summaryrefslogtreecommitdiff
path: root/keyboards/latinpad/info.json
diff options
context:
space:
mode:
authorHASU <latincompass@163.com>2020-04-28 17:54:22 +0800
committerGitHub <noreply@github.com>2020-04-28 02:54:22 -0700
commit23cfc4b14564fe6a5da8a6d3823f8f9bc52c2832 (patch)
tree2a385f135be1c2c8af67a1f9988aa3c5385c4c14 /keyboards/latinpad/info.json
parentbd639752db58ada94972dc32ed89df2114e6f3bb (diff)
[Keyboard] latinpad(Original:hasupad,RENAMED latinpad) (#8766)
Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com> Co-Authored-By: Ryan <fauxpark@gmail.com> Co-Authored-By: Joel Challis <git@zvecr.com> Co-Authored-By: Drashna Jaelre <drashna@live.com> Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/latinpad/info.json')
-rw-r--r--keyboards/latinpad/info.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/latinpad/info.json b/keyboards/latinpad/info.json
new file mode 100644
index 0000000000..024672d30b
--- /dev/null
+++ b/keyboards/latinpad/info.json
@@ -0,0 +1,34 @@
+{
+ "keyboard_name": "latinpad",
+ "url": "https://github.com/latincompass/2-RotaryEncoder-pad",
+ "maintainer": "latincompass",
+
+ "width": 4,
+ "height": 5,
+ "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}
+ ]
+ }
+ }
+}