Skip to content

Commit

Permalink
Add GreatPad Macropad
Browse files Browse the repository at this point in the history
Add GreatPad Macropad
  • Loading branch information
gkeyboard committed Feb 5, 2024
1 parent a2fb6a2 commit d258b3b
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions v3/gkeyboard/greatpad/greatpad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "GreatPad",
"vendorId": "0x474B",
"productId": "0x4203",
"keycodes": ["qmk_lighting"],
"menus": ["qmk_rgb_matrix"],
"matrix": { "rows": 5, "cols": 5},
"layouts": {
"keymap": [
[
"0,0\n\n\n\n\n\n\n\n\ne0",
{
"x": 3
},
"0,4\n\n\n\n\n\n\n\n\ne1"
],
[
{
"y": 0.5
},
"1,0",
"1,1",
"1,2",
"1,3",
"1,4"
],
[
"2,0",
"2,1",
"2,2",
"2,3",
"2,4"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
"3,4"
],
[
"4,0",
"4,1",
"4,2",
"4,3",
"4,4"
]
]
}
}

0 comments on commit d258b3b

Please sign in to comment.