forked from forks/qmk_firmware
add info.json file for handwired/splittest
This commit is contained in:
parent
a409b137bc
commit
20ddfe845f
15
keyboards/handwired/splittest/info.json
Normal file
15
keyboards/handwired/splittest/info.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"keyboard_name": "Split Tester",
|
||||
"url": "",
|
||||
"maintainer": "nooges",
|
||||
"width": 2,
|
||||
"height": 1,
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"x": 0,"y": 0},
|
||||
{"x": 1,"y": 0}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue