Skip to content

Conversation

@s-e
Copy link

@s-e s-e commented Dec 31, 2025

added pin compatiblity for "promicro" to allow rp2040_ce conversion

Description

Added pro-micro pin compatibilty to the pockettype keyboard.json, this was to allow me to use a pro-micro form factor rp2040 board from mechboards in my pockettype build. see: https://github.com/mechboardsguides/flashing-rp2040-promicro/

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

added pin compatiblity for "promicro" to allow rp2040_ce conversion
Comment on lines 16 to +18
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"pin_compatible": "promicro",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"pin_compatible": "promicro",
"development_board": "elite_c",

@zvecr zvecr changed the title add pin compatiblity Add converter support to evyd13/pockettype Dec 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants