diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-11 04:21:16 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-11 04:21:16 +0000 |
commit | f72a358931a8989d007b191e0d254caec07d480f (patch) | |
tree | d2975cfda9748e8a006a02dd69523f0293dafe6e /keyboards/kiwikeebs/macro_v2/info.json | |
parent | a433ce36eb5df9b88d1414cc80c2763bdc78c469 (diff) | |
parent | d0b1d9f548aa39e1d267e8f62db4e0c65aae9206 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kiwikeebs/macro_v2/info.json')
-rw-r--r-- | keyboards/kiwikeebs/macro_v2/info.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/kiwikeebs/macro_v2/info.json b/keyboards/kiwikeebs/macro_v2/info.json new file mode 100644 index 0000000000..524e259463 --- /dev/null +++ b/keyboards/kiwikeebs/macro_v2/info.json @@ -0,0 +1,19 @@ +{ + "keyboard_name": "KiwiKeebs MacroBoard v.2.0", + "url": "https://www.reddit.com/r/mechmarket/comments/ibijrd/ic_kiwikeebs_6key_macroboard_rotary_encoder_diy/", + "maintainer": "KiwiKeebs", + "layouts": { + "LAYOUT": { + "layout": [ + { "label": "k00", "x": 0, "y": 0 }, + { "label": "k01", "x": 1, "y": 0 }, + { "label": "k02", "x": 2, "y": 0 }, + + { "label": "k03", "x": 0, "y": 1 }, + { "label": "k04", "x": 1, "y": 1 }, + { "label": "k05", "x": 2, "y": 1 }, + { "label": "k06", "x": 3, "y": 0, "h":2, "w":2 } + ] + } + } +} |