aboutsummaryrefslogtreecommitdiff
path: root/keyboards/teleport/numpad/info.json
diff options
context:
space:
mode:
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 000000000..a05b7440b
--- /dev/null
+++ b/keyboards/teleport/numpad/info.json
@@ -0,0 +1,27 @@
1{
2 "keyboard_name": "tlprt_NumPad",
3 "maintainer": "ebastler",
4 "layouts": {
5 "LAYOUT_numpad_5x4": {
6 "layout": [
7 {"label":"Num Lock", "x":0, "y":0},
8 {"label":"/", "x":1, "y":0},
9 {"label":"*", "x":2, "y":0},
10 {"label":"-", "x":3, "y":0},
11 {"label":"7", "x":0, "y":1},
12 {"label":"8", "x":1, "y":1},
13 {"label":"9", "x":2, "y":1},
14 {"label":"4", "x":0, "y":2},
15 {"label":"5", "x":1, "y":2},
16 {"label":"6", "x":2, "y":2},
17 {"label":"+", "x":3, "y":1, "h":2},
18 {"label":"1", "x":0, "y":3},
19 {"label":"2", "x":1, "y":3},
20 {"label":"3", "x":2, "y":3},
21 {"label":"0", "x":0, "y":4, "w":2},
22 {"label":",", "x":2, "y":4},
23 {"label":"Enter", "x":3, "y":3, "h":2}
24 ]
25 }
26 }
27}