qmk_firmware/keyboards/clawsome/bookerboard/info.json
James Young 216620ee76
tidy up Clawsome Boards info.json files (#14586)
* removes `meta` field
* changes `maintainer` field to use GitHub username
2021-09-25 00:29:08 +01:00

24 lines
839 B
JSON

{
"keyboard_name": "bookerboard",
"url": "",
"maintainer": "AlisGraveNil",
"layouts": {
"LAYOUT": {
"layout": [
{"label":"K00 (B5,B6)", "x":0, "y":0},
{"label":"K01 (B5,B2)", "x":1, "y":0},
{"label":"K02 (B5,B3)", "x":2, "y":0},
{"label":"K10 (B4,B6)", "x":0, "y":1},
{"label":"K11 (B4,B2)", "x":1, "y":1},
{"label":"K12 (B4,B3)", "x":2, "y":1},
{"label":"K20 (E6,B6)", "x":0, "y":2},
{"label":"K21 (E6,B2)", "x":1, "y":2},
{"label":"K22 (E6,B3)", "x":2, "y":2},
{"label":"K30 (D7,B6)", "x":0, "y":3},
{"label":"K31 (D7,B2)", "x":1, "y":3},
{"label":"K32 (D7,B3)", "x":2, "y":3}
]
}
}
}