diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-11 07:20:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:20:11 -0800 |
commit | 9e4942bec83e43da3d0624597bcf4ee5d855aa07 (patch) | |
tree | 1fe5be254400603aae83bddc738430b9f276cae9 /keyboards/latin17rgb/info.json | |
parent | 27ec6674304412fb6f5499dbf0874dcf7b5524c6 (diff) |
[Keyboard] move latincompass's boards to /latincompass (#16039)
Diffstat (limited to 'keyboards/latin17rgb/info.json')
-rw-r--r-- | keyboards/latin17rgb/info.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/keyboards/latin17rgb/info.json b/keyboards/latin17rgb/info.json deleted file mode 100644 index 61aae4f8d6..0000000000 --- a/keyboards/latin17rgb/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "keyboard_name": "latin17rgb", - "url": "", - "maintainer": "18438880", - "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} - ] - } - } -} |