diff --git a/v3/gkeyboard/greatpad/greatpad.json b/v3/gkeyboard/greatpad/greatpad.json new file mode 100644 index 0000000000..535fd5bd2d --- /dev/null +++ b/v3/gkeyboard/greatpad/greatpad.json @@ -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" + ] + ] + } + } + \ No newline at end of file