diff options
author | fauxpark <fauxpark@gmail.com> | 2020-12-09 18:21:45 +1100 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2020-12-09 18:21:45 +1100 |
commit | 95c39b372744bbb8733d39a9b6e3c2d274fdfc79 (patch) | |
tree | e6f039ac9a536b7b206ebae8e5034bd5d8e2f2d4 /keyboards/geekboards/macropad_v2/info.json | |
parent | eb3964bd576568d577dc90704c7f2497de9a5aa9 (diff) | |
parent | 56933b9b9f00a46980c1201a6ba5d0c5c9932275 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/geekboards/macropad_v2/info.json')
-rw-r--r-- | keyboards/geekboards/macropad_v2/info.json | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/keyboards/geekboards/macropad_v2/info.json b/keyboards/geekboards/macropad_v2/info.json new file mode 100644 index 0000000000..144fbde1e6 --- /dev/null +++ b/keyboards/geekboards/macropad_v2/info.json @@ -0,0 +1,53 @@ +{ + "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 + } + ] + } + } +} |