summaryrefslogtreecommitdiff
path: root/keyboards/latinpad/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/latinpad/info.json
parent27ec6674304412fb6f5499dbf0874dcf7b5524c6 (diff)
[Keyboard] move latincompass's boards to /latincompass (#16039)
Diffstat (limited to 'keyboards/latinpad/info.json')
-rw-r--r--keyboards/latinpad/info.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/latinpad/info.json b/keyboards/latinpad/info.json
deleted file mode 100644
index 0c86498e7d..0000000000
--- a/keyboards/latinpad/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "keyboard_name": "latinpad",
- "url": "https://github.com/latincompass/2-RotaryEncoder-pad",
- "maintainer": "latincompass",
- "layouts": {
-
- "LAYOUT": {
- "layout": [
- {"label":"Num Lock", "x":0, "y":0, "w":0.8, "h":0.8},
- {"label":"/", "x":0.8, "y":0, "w":0.8, "h":0.8},
-
- {"label":"7", "x":0, "y":1},
- {"label":"8", "x":1, "y":1},
- {"label":"9", "x":2, "y":1},
- {"label":"+", "x":3, "y":1},
- {"label":"4", "x":0, "y":2},
- {"label":"5", "x":1, "y":2},
- {"label":"6", "x":2, "y":2},
- {"label":"+", "x":3, "y":2},
- {"label":"1", "x":0, "y":3},
- {"label":"2", "x":1, "y":3},
- {"label":"3", "x":2, "y":3},
- {"label":"Enter", "x":3, "y":3},
- {"label":"0", "x":0, "y":4},
- {"label":"0", "x":1, "y":4},
- {"label":".", "x":2, "y":4},
- {"label":"Enter", "x":3, "y":4}
- ]
- }
- }
-}