Add BigBoy macro pad (#16962)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
TJ
2022-07-02 09:05:44 -05:00
committed by GitHub
parent 81b7d6f67f
commit 7c64a2bcaa
8 changed files with 242 additions and 0 deletions

View File

@@ -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}]
}
}
}