mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-16 13:34:44 +00:00
2dd7242e99
* cleaning up * deleting to undelete * Stub out defaults * Jabberwocky firmware WIP * Stubbing out keymap spacing * Default keymap and layout updates * start stubbing out JSON for configurator * more WIP * Update jabberwocky.h * Add Readme * Apply suggestions from code review * Fix layout capitalization * Updates to personal and default keymaps * Add instructions for jumping the bootloader * Update keyboards/nopunin10did/jabberwocky/rules.mk * Add easier ctrl-alt-del to my keymap * Start stubbing out KW firmware * More firmware and keymap stuff * Fix compile error * Filling out other layers in default keymap * Update layout JSON and finish default layouts * Add rotary and LED code * Add VIA support (first draft) * Move VIA compatibility to VIA-specific branch * Fix readme formatting * Fix state count issue in LED code * Fix an erroneous change to a Jabberwocky file * Default LEDs to on. * Apply suggestions from code review * Delete kastenwagen.json * Update keyboards/nopunin10did/kastenwagen/config.h * Apply suggestions from code review * Apply suggestions from noroadsleft code review * Update image in the readme * Split 1840 & 48 into two boards (part 1) * Splitting into two keyboards (part 2)
65 lines
3.2 KiB
JSON
65 lines
3.2 KiB
JSON
{
|
|
"keyboard_name": "Kastenwagen 48",
|
|
"url": "https://github.com/qmk/qmk_firmware/tree/master/keyboards/nopunin10did/kastenwagen48",
|
|
"maintainer": "NoPunIn10Did",
|
|
"manufacturer": "NoPunIn10Did",
|
|
"layouts": {
|
|
"LAYOUT_48": {
|
|
"layout": [
|
|
{"x":0 , "y":0, "label":"Esc"},
|
|
{"x":1 , "y":0, "label":"Q"},
|
|
{"x":2 , "y":0, "label":"W"},
|
|
{"x":3 , "y":0, "label":"E"},
|
|
{"x":4 , "y":0, "label":"R"},
|
|
{"x":5 , "y":0, "label":"T"},
|
|
{"x":6 , "y":0, "label":"Y"},
|
|
{"x":7 , "y":0, "label":"U"},
|
|
{"x":8 , "y":0, "label":"I"},
|
|
{"x":9 , "y":0, "label":"O"},
|
|
{"x":10 , "y":0, "label":"P"},
|
|
{"x":11 , "y":0, "label":"L Bracket"},
|
|
{"x":12 , "y":0, "label":"Backspace", "w":1.75},
|
|
{"x":14.25, "y":0, "label":"Delete"},
|
|
{"x":0 , "y":1, "label":"Tab", "w":1.25},
|
|
{"x":1.25, "y":1, "label":"A"},
|
|
{"x":2.25, "y":1, "label":"S"},
|
|
{"x":3.25, "y":1, "label":"D"},
|
|
{"x":4.25, "y":1, "label":"F"},
|
|
{"x":5.25, "y":1, "label":"G"},
|
|
{"x":6.25, "y":1, "label":"H"},
|
|
{"x":7.25, "y":1, "label":"J"},
|
|
{"x":8.25, "y":1, "label":"K"},
|
|
{"x":9.25, "y":1, "label":"L"},
|
|
{"x":10.25, "y":1, "label":"Semicolon"},
|
|
{"x":11.25, "y":1, "label":"Quote"},
|
|
{"x":12.25, "y":1, "label":"Enter", "w":1.5},
|
|
{"x":14.25, "y":1, "label":"Pg Up"},
|
|
{"x":0 , "y":2, "label":"Left Shift", "w":1.75},
|
|
{"x":1.75, "y":2, "label":"Z"},
|
|
{"x":2.75, "y":2, "label":"X"},
|
|
{"x":3.75, "y":2, "label":"C"},
|
|
{"x":4.75, "y":2, "label":"V"},
|
|
{"x":5.75, "y":2, "label":"B"},
|
|
{"x":6.75, "y":2, "label":"N"},
|
|
{"x":7.75, "y":2, "label":"M"},
|
|
{"x":8.75, "y":2, "label":"Comma"},
|
|
{"x":9.75, "y":2, "label":"Period"},
|
|
{"x":10.75, "y":2, "label":"Slash"},
|
|
{"x":11.75, "y":2, "label":"Right Shift", "w":1.25},
|
|
{"x":13.125,"y":2.125,"label":"Up"},
|
|
{"x":14.25, "y":2, "label":"Pg Dn"},
|
|
{"x":0 , "y":3, "label":"Left Ctrl", "w":1.25},
|
|
{"x":1.25 , "y":3, "label":"Left Alt", "w":1.25},
|
|
{"x":2.5 , "y":3, "label":"MO(2)"},
|
|
{"x":3.5 , "y":3, "label":"Space", "w":2.75},
|
|
{"x":6.25 , "y":3, "label":"Space", "w":2.25},
|
|
{"x":8.5 , "y":3, "label":"MO(3)"},
|
|
{"x":9.5 , "y":3, "label":"R Win / Alt Gr", "w":1.25},
|
|
{"x":10.75, "y":3, "label":"MO(1)", "w":1.25},
|
|
{"x":12.125,"y":3.125,"label":"Left"},
|
|
{"x":13.125,"y":3.125,"label":"Down"},
|
|
{"x":14.125,"y":3.125,"label":"Right"}
|
|
]
|
|
}
|
|
}
|
|
}
|