forked from forks/qmk_firmware
e8d577c081
* Update new keyboard templates * Switch on Bootmagic Lite by default * Remove MIDI_ENABLE and FAUXCLICKY_ENABLE
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"keyboard_name": "%KEYBOARD%",
|
|
"url": "",
|
|
"maintainer": "%YOUR_NAME%",
|
|
"width": 3,
|
|
"height": 2,
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{"label": "k00", "x": 0, "y": 0},
|
|
{"label": "k01", "x": 1, "y": 0},
|
|
{"label": "k02", "x": 2, "y": 0},
|
|
|
|
{"label": "k10", "x": 0, "y": 1, "w": 1.5},
|
|
{"label": "k12", "x": 1.5, "y": 1, "w": 1.5}
|
|
]
|
|
}
|
|
}
|
|
}
|