forked from mirrors/qmk_firmware
fefd7fdc51
* Use copy_tree from distutils for python 3.7 support * Bump python version in docs * Changed new-keyboard to use printf-style format strings * Use username for manunfacturer / maintainer * Update lib/python/qmk/cli/new/keyboard.py Co-authored-by: Zach White <skullydazed@drpepper.org> Co-authored-by: Zach White <skullydazed@drpepper.org>
17 lines
454 B
JSON
17 lines
454 B
JSON
{
|
|
"keyboard_name": "%(KEYBOARD)s",
|
|
"url": "",
|
|
"maintainer": "%(USER_NAME)s",
|
|
"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}
|
|
]
|
|
}
|
|
}
|
|
}
|