1
0
Fork 0
forked from forks/qmk_firmware

add info.json file for 6ball

This commit is contained in:
James Young 2021-03-14 11:26:37 -07:00
parent bc38448493
commit a76049bfd9
No known key found for this signature in database
GPG key ID: B4974DA1B60717A9

20
keyboards/6ball/info.json Normal file
View file

@ -0,0 +1,20 @@
{
"keyboard_name": "6-Ball",
"url": "",
"maintainer": "qmk",
"width": 3,
"height": 2,
"layouts": {
"LAYOUT": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1}
]
}
}
}