forked from forks/qmk_firmware
add info.json file for four_banger
This commit is contained in:
parent
5c1dc38d35
commit
503dabb5f9
18
keyboards/four_banger/info.json
Normal file
18
keyboards/four_banger/info.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"keyboard_name": "Four Banger",
|
||||
"url": "",
|
||||
"maintainer": "qmk",
|
||||
"width": 2,
|
||||
"height": 2,
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"x":0, "y":0},
|
||||
{"x":1, "y":0},
|
||||
|
||||
{"x":0, "y":1},
|
||||
{"x":1, "y":1}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue