-
-
Notifications
You must be signed in to change notification settings - Fork 39.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct elite_c
converter
#21242
Correct elite_c
converter
#21242
Conversation
@qmk/collaborators: |
Absolutely not. |
Probably something like 10% of keyboards with |
I've been using keyboard's respective readme(s) as a means to differentiate between integrated and Elite-C. |
If something says it is "compatible with a Pro Micro or an Elite-C", as the Labyrinth75 does, you need to set Not every Pro Micro-format board has the Elite-C's additional pins even if it doesn't use |
None of this actually "corrects" the converters. The changes to Closing as the rest of the changes are something that is already being handled elsewhere. |
@@ -21,8 +21,7 @@ | |||
"ws2812": { | |||
"pin": "D1" | |||
}, | |||
"processor": "atmega32u4", | |||
"bootloader": "atmel-dfu", | |||
"development_board": "elite_c", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
@@ -13,8 +13,7 @@ | |||
"rows": ["D7", "E6", "B4", "B5"] | |||
}, | |||
"diode_direction": "COL2ROW", | |||
"processor": "atmega32u4", | |||
"bootloader": "atmel-dfu", | |||
"development_board": "elite_c", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
@@ -13,8 +13,7 @@ | |||
"rows": ["B5", "B4", "E6", "D7"] | |||
}, | |||
"diode_direction": "COL2ROW", | |||
"processor": "atmega32u4", | |||
"bootloader": "atmel-dfu", | |||
"development_board": "elite_c", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
@@ -13,8 +13,7 @@ | |||
"rows": ["D0", "C6", "B2", "B6", "B5"] | |||
}, | |||
"diode_direction": "COL2ROW", | |||
"processor": "atmega32u4", | |||
"bootloader": "atmel-dfu", | |||
"development_board": "elite_c", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert changes. This uses an integrated MCU.
@@ -6,6 +6,5 @@ | |||
"vid": "0x9906", | |||
"pid": "0x0013" | |||
}, | |||
"processor": "atmega32u4", | |||
"bootloader": "atmel-dfu" | |||
"development_board": "elite_c" |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
@@ -16,8 +16,7 @@ | |||
"rows": ["F4", "D1", "D0", "F5", "D4", "F6", "B4", "B5", "B2", "B6"] | |||
}, | |||
"diode_direction": "COL2ROW", | |||
"processor": "atmega32u4", | |||
"bootloader": "atmel-dfu", | |||
"development_board": "elite_c", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Description
Relates to #20330
Types of Changes
Issues Fixed or Closed by This PR
Checklist