summaryrefslogtreecommitdiffstats
path: root/keyboards/teleport/numpad/info.json
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/teleport/numpad/info.json
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/teleport/numpad/info.json')
-rw-r--r--keyboards/teleport/numpad/info.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/keyboards/teleport/numpad/info.json b/keyboards/teleport/numpad/info.json
deleted file mode 100644
index 8e26aa7789..0000000000
--- a/keyboards/teleport/numpad/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "keyboard_name": "NumPad",
- "manufacturer": "tlprt",
- "maintainer": "ebastler",
- "usb": {
- "vid": "0x7470",
- "pid": "0x0001",
- "device_version": "0.0.1"
- },
- "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}
- ]
- }
- }
-}