summaryrefslogtreecommitdiff
path: root/keyboards/teleport/numpad/info.json
diff options
context:
space:
mode:
authorMoritz <moritz.plattner@gmx.net>2021-11-10 15:22:53 +0100
committerGitHub <noreply@github.com>2021-11-10 06:22:53 -0800
commit40ac8d1536321b251246fd74d19ec0c72648ec69 (patch)
tree405b048af180be53dcb41d1dcb7058c3a139efa8 /keyboards/teleport/numpad/info.json
parent83ab7d41efc8b400ad2870be7f46e5435b8fd550 (diff)
[Keyboard] Teleport numpad (#14905)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/teleport/numpad/info.json')
-rw-r--r--keyboards/teleport/numpad/info.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/teleport/numpad/info.json b/keyboards/teleport/numpad/info.json
new file mode 100644
index 0000000000..a05b7440ba
--- /dev/null
+++ b/keyboards/teleport/numpad/info.json
@@ -0,0 +1,27 @@
+{
+ "keyboard_name": "tlprt_NumPad",
+ "maintainer": "ebastler",
+ "layouts": {
+ "LAYOUT_numpad_5x4": {
+ "layout": [
+ {"label":"Num Lock", "x":0, "y":0},
+ {"label":"/", "x":1, "y":0},
+ {"label":"*", "x":2, "y":0},
+ {"label":"-", "x":3, "y":0},
+ {"label":"7", "x":0, "y":1},
+ {"label":"8", "x":1, "y":1},
+ {"label":"9", "x":2, "y":1},
+ {"label":"4", "x":0, "y":2},
+ {"label":"5", "x":1, "y":2},
+ {"label":"6", "x":2, "y":2},
+ {"label":"+", "x":3, "y":1, "h":2},
+ {"label":"1", "x":0, "y":3},
+ {"label":"2", "x":1, "y":3},
+ {"label":"3", "x":2, "y":3},
+ {"label":"0", "x":0, "y":4, "w":2},
+ {"label":",", "x":2, "y":4},
+ {"label":"Enter", "x":3, "y":3, "h":2}
+ ]
+ }
+ }
+}