e03d72d71e
* Initial commit of Geekboards Macropad V2 keyboard * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * Apply suggestions from code review: delete unnecessary files * Fixed typos * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Change RGB_MATRIX config syntax following recent core changes * Apply suggestions from drashna code review * Remove unnecessary file (it is now defined in the core) * Remove unnecessary code, due to PR 11084 approve Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
53 lines
843 B
JSON
53 lines
843 B
JSON
{
|
|
"keyboard_name": "macropad_v2",
|
|
"url": "https://geekboards.ru/",
|
|
"maintainer": "ruddy17",
|
|
"width": 4,
|
|
"height": 2,
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{
|
|
"label": "K0",
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "K1",
|
|
"x": 1,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "K2",
|
|
"x": 2,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "K3",
|
|
"x": 3,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "K4",
|
|
"x": 0,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "K5",
|
|
"x": 1,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "K6",
|
|
"x": 2,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "K7",
|
|
"x": 3,
|
|
"y": 1
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|