mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-12 21:41:36 +02:00
* Add "handwired" TwentyPad macro pad TwentyPad is 20-key macro pad I created as a hobby project. Its configuration is based on ez_maker/directpins/teensy_2, with the bootloader and layout changed. * Host the image on Imgur Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
15 lines
470 B
JSON
15 lines
470 B
JSON
{
|
|
"keyboard": "handwired/twentypad",
|
|
"keymap": "default",
|
|
"layout": "LAYOUT_ortho_5x4",
|
|
"layers": [
|
|
[
|
|
"KC_CALCULATOR", "KC_KP_SLASH", "KC_KP_ASTERISK", "KC_KP_MINUS",
|
|
"KC_KP_7", "KC_KP_8", "KC_KP_9", "KC_KP_PLUS",
|
|
"KC_KP_4", "KC_KP_5", "KC_KP_6", "KC_LEFT_PAREN",
|
|
"KC_KP_1", "KC_KP_2", "KC_KP_3", "KC_RIGHT_PAREN",
|
|
"KC_KP_0", "KC_KP_DOT", "KC_KP_EQUAL", "KC_KP_ENTER"
|
|
]
|
|
]
|
|
}
|