summaryrefslogtreecommitdiff
path: root/keyboards/latincompass/latin17rgb/info.json
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-11 07:20:11 +0800
committerGitHub <noreply@github.com>2022-02-10 15:20:11 -0800
commit9e4942bec83e43da3d0624597bcf4ee5d855aa07 (patch)
tree1fe5be254400603aae83bddc738430b9f276cae9 /keyboards/latincompass/latin17rgb/info.json
parent27ec6674304412fb6f5499dbf0874dcf7b5524c6 (diff)
[Keyboard] move latincompass's boards to /latincompass (#16039)
Diffstat (limited to 'keyboards/latincompass/latin17rgb/info.json')
-rw-r--r--keyboards/latincompass/latin17rgb/info.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/latincompass/latin17rgb/info.json b/keyboards/latincompass/latin17rgb/info.json
new file mode 100644
index 0000000000..61aae4f8d6
--- /dev/null
+++ b/keyboards/latincompass/latin17rgb/info.json
@@ -0,0 +1,32 @@
+{
+ "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}
+ ]
+ }
+ }
+}