summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/2x5keypad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/2x5keypad/info.json')
-rw-r--r--keyboards/handwired/2x5keypad/info.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/keyboards/handwired/2x5keypad/info.json b/keyboards/handwired/2x5keypad/info.json
deleted file mode 100644
index 72b5e185b7..0000000000
--- a/keyboards/handwired/2x5keypad/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "keyboard_name": "2x5keypad",
- "manufacturer": "Jonathan Cameron",
- "url": "",
- "maintainer": "jmcameron",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x2020",
- "device_version": "0.0.1"
- },
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"x":0, "y":0},
- {"x":1, "y":0},
- {"x":2, "y":0},
- {"x":3, "y":0},
- {"x":4, "y":0},
-
- {"x":0, "y":1},
- {"x":1, "y":1},
- {"x":2, "y":1},
- {"x":3, "y":1},
- {"x":4, "y":1}
- ]
- }
- }
-}