-
-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add bad_numpad #25136
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
base: master
Are you sure you want to change the base?
Add bad_numpad #25136
Conversation
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.
Please remove this file
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.
Please remove this file
 | ||
|
||
*A short description of the keyboard/project* |
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.
These need to be filled out
/* | ||
* ┌───┬───┬───┬───┐ | ||
* │ 1 │ 2 │ 3 │ / │ | ||
* ├───┼───┼───┼───┤ | ||
* │ 4 │ 5 │ 6 │ * │ | ||
* ├───┼───┼───┼───┤ | ||
* │ 7 │ 8 │ 9 │ - │ | ||
* ├───┼───┼───┼───┤ | ||
*/ |
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.
/* | |
* ┌───┬───┬───┬───┐ | |
* │ 1 │ 2 │ 3 │ / │ | |
* ├───┼───┼───┼───┤ | |
* │ 4 │ 5 │ 6 │ * │ | |
* ├───┼───┼───┼───┤ | |
* │ 7 │ 8 │ 9 │ - │ | |
* ├───┼───┼───┼───┤ | |
*/ |
"cols": ["D1", "D0", "D4", "C6"], | ||
"rows": ["D7", "E6", "B4", "B5", "B6"] | ||
}, | ||
"url": "", |
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.
"url": "", |
"command": false, | ||
"console": false, |
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.
"command": false, | |
"console": false, |
"development_board": "promicro", | ||
"bootloader": "atmel-dfu", |
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.
Either this is a pro micro
and bootloader
should be removed (which matches readme content)
"development_board": "promicro", | |
"bootloader": "atmel-dfu", | |
"development_board": "promicro", |
or it should be updated to use the elite_c development board defaults
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.
Community Layout compatibility added
"layouts": { | ||
"LAYOUT": { |
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.
"layouts": { | |
"LAYOUT": { | |
"community_layouts": ["ortho_5x4"], | |
"layouts": { | |
"LAYOUT_ortho_5x4": { |
* │ 7 │ 8 │ 9 │ - │ | ||
* ├───┼───┼───┼───┤ | ||
*/ | ||
[0] = LAYOUT( |
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.
[0] = LAYOUT( | |
[0] = LAYOUT_ortho_5x4( |
Add bad_numpad to QMK. It is a QMK and VIA-compatible handwired board.
Description
Types of Changes
Checklist