1
0
Fork 0
forked from forks/qmk_firmware

add info.json file for geekboards/tester

This commit is contained in:
James Young 2021-03-14 11:26:58 -07:00
parent 503dabb5f9
commit 0ff5233220
No known key found for this signature in database
GPG key ID: B4974DA1B60717A9

View file

@ -0,0 +1,22 @@
{
"keyboard_name": "Geekboards 8-keys macropad",
"url": "",
"maintainer": "moyi4681",
"width": 4,
"height": 2,
"layouts": {
"LAYOUT": {
"layout": [
{"x":0, "y":0},
{"x":1, "y":0},
{"x":2, "y":0},
{"x":3, "y":0},
{"x":0, "y":1},
{"x":1, "y":1},
{"x":2, "y":1},
{"x":3, "y":1}
]
}
}
}