diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-20 16:59:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-20 16:59:38 +0000 |
commit | 8da2c486504cf904005f479deb4b61b9183a040f (patch) | |
tree | 9d6193d0db24b12d39510f24a0b2dfe39626e2c3 /keyboards/clawsome/doodle/info.json | |
parent | 5aa3fd5ac707ff35296ef0339ced022753ebd499 (diff) | |
parent | 4ff16fe73e0850beeca446d53902527c2cbabe8a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/clawsome/doodle/info.json')
-rw-r--r-- | keyboards/clawsome/doodle/info.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/clawsome/doodle/info.json b/keyboards/clawsome/doodle/info.json new file mode 100644 index 0000000000..aa1b657d7a --- /dev/null +++ b/keyboards/clawsome/doodle/info.json @@ -0,0 +1,20 @@ +{ + "keyboard_name": "doodle", + "url": "www.clawboards.xyz", + "maintainer": "AAClawson (AlisGraveNil)", + "width": 3, + "height": 2, + "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} + ] + } + } +} + |