summaryrefslogtreecommitdiff
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.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/2x5keypad/info.json b/keyboards/handwired/2x5keypad/info.json
new file mode 100644
index 0000000000..2cc66f366b
--- /dev/null
+++ b/keyboards/handwired/2x5keypad/info.json
@@ -0,0 +1,24 @@
+{
+ "keyboard_name": "2x5keypad",
+ "url": "",
+ "maintainer": "jmcameron",
+ "width": 5,
+ "height": 2,
+ "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}
+ ]
+ }
+ }
+}