diff options
author | TJ <tom.campie@gmail.com> | 2022-07-02 09:05:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 00:05:44 +1000 |
commit | 7c64a2bcaa559f0a582e3b499e21b75b1080f0cc (patch) | |
tree | 2ecdd34a1ef483103b2a62eb8ca764e5bba01587 /keyboards/tominabox1/bigboy/info.json | |
parent | 81b7d6f67feaa44bc41500a21dd2998094e06c77 (diff) |
Add BigBoy macro pad (#16962)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/tominabox1/bigboy/info.json')
-rw-r--r-- | keyboards/tominabox1/bigboy/info.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/tominabox1/bigboy/info.json b/keyboards/tominabox1/bigboy/info.json new file mode 100644 index 0000000000..49c5b16d85 --- /dev/null +++ b/keyboards/tominabox1/bigboy/info.json @@ -0,0 +1,13 @@ +{ + "keyboard_name": "BigBoy", + "url": "", + "maintainer": "tominabox1", + "layouts": { + "LAYOUT": { + "layout": [{"label":"0,0", "x":0, "y":0}, {"label":"0,1", "x":1, "y":0}, {"label":"0,2", "x":2, "y":0}, {"label":"1,0", "x":0, "y":1}, {"label":"1,1", "x":1, "y":1}, {"label":"1,2", "x":2, "y":1}] + }, + "LAYOUT_2us": { + "layout": [{"label":"0,0", "x":0, "y":0, "h":2}, {"label":"0,1", "x":1, "y":0, "h":2}, {"label":"0,2", "x":2, "y":0, "h":2}] + } + } +} |