diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-05 05:07:22 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-05 05:07:22 +0000 |
commit | 325c2b14871600513b1c8caaea421ab04d985674 (patch) | |
tree | 3abe53d6dd866ae95c0595c0203a57c88295f028 /keyboards/latin17rgb/info.json | |
parent | ac52331c4f3113a53d54a9217eabdb8da1b608f7 (diff) | |
parent | 58f8c7f9c3aa5cfe9ed12c82f1a6ee14f5cc6123 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/latin17rgb/info.json')
-rw-r--r-- | keyboards/latin17rgb/info.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/latin17rgb/info.json b/keyboards/latin17rgb/info.json new file mode 100644 index 0000000000..d236aea8c2 --- /dev/null +++ b/keyboards/latin17rgb/info.json @@ -0,0 +1,34 @@ +{ + "keyboard_name": "latin17rgb", + "url": "", + "maintainer": "18438880", + "width": 5, + "height": 4, + "layouts": { + "LAYOUT_numpad_5x4": { + "layout": [ + {"x":0, "y":0}, + {"x":1, "y":0}, + {"x":2, "y":0}, + {"x":3, "y":0}, + + {"x":0, "y":1}, + {"x":1, "y":1}, + {"x":2, "y":1}, + + {"x":0, "y":2}, + {"x":1, "y":2}, + {"x":2, "y":2}, + {"x":3, "y":1, "h":2}, + + {"x":0, "y":3}, + {"x":1, "y":3}, + {"x":2, "y":3}, + + {"x":0, "y":4, "w":2}, + {"x":2, "y":4}, + {"x":3, "y":3, "h":2} + ] + } + } +} |