diff options
author | Sergey Omelchenko <ruddy.rudeman@gmail.com> | 2020-12-09 02:58:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 15:58:32 -0800 |
commit | e03d72d71eff9d6b1b3fbeb45bbf1b1c40989222 (patch) | |
tree | 17f13d26f48368c63ee9a525d11ed34434d5aebb /keyboards/geekboards/macropad_v2/info.json | |
parent | 563723392f40599c0a1c95330544e079a10140f2 (diff) |
[Keyboard] Geekboards Macropad V2 keyboard (#11045)
* 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>
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 + } + ] + } + } +} |