1
0
Fork 0
qmk_firmware/keyboards/clawsome/doodle/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

18 lines
522 B
JSON

{
"keyboard_name": "doodle",
"url": "www.clawboards.xyz",
"maintainer": "AlisGraveNil",
"layouts": {
"LAYOUT": {
"layout": [
{"label":"K00 (D4,D7)", "x":0, "y":0},
{"label":"K01 (D4,F4)", "x":1, "y":0},
{"label":"K02 (D4,E6)", "x":2, "y":0},
{"label":"K10 (C6,D7)", "x":0, "y":1},
{"label":"K11 (C6,F4)", "x":1, "y":1},
{"label":"K12 (C6,E6)", "x":2, "y":1}
]
}
}
}