summaryrefslogtreecommitdiff
path: root/keyboards/handwired/stream_cheap/2x5/keyboard.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/stream_cheap/2x5/keyboard.json')
-rw-r--r--keyboards/handwired/stream_cheap/2x5/keyboard.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/keyboards/handwired/stream_cheap/2x5/keyboard.json b/keyboards/handwired/stream_cheap/2x5/keyboard.json
new file mode 100644
index 0000000000..ccf47996e3
--- /dev/null
+++ b/keyboards/handwired/stream_cheap/2x5/keyboard.json
@@ -0,0 +1,43 @@
+{
+ "keyboard_name": "2x5",
+ "manufacturer": "Stream Cheap",
+ "url": "https://www.thingiverse.com/thing:4497991",
+ "maintainer": "qmk",
+ "usb": {
+ "vid": "0x7363",
+ "pid": "0x1215",
+ "device_version": "0.0.1"
+ },
+ "processor": "atmega32u4",
+ "bootloader": "caterina",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": true
+ },
+ "matrix_pins": {
+ "direct": [
+ ["D1", "C6", "B4", "B5", "B2"],
+ ["D0", "D4", "D7", "E6", "B6"]
+ ]
+ },
+ "layouts": {
+ "LAYOUT_ortho_2x5": {
+ "layout": [
+ {"x": 0, "y": 0, "matrix": [0, 0]},
+ {"x": 1, "y": 0, "matrix": [0, 1]},
+ {"x": 2, "y": 0, "matrix": [0, 2]},
+ {"x": 3, "y": 0, "matrix": [0, 3]},
+ {"x": 4, "y": 0, "matrix": [0, 4]},
+ {"x": 0, "y": 1, "matrix": [1, 0]},
+ {"x": 1, "y": 1, "matrix": [1, 1]},
+ {"x": 2, "y": 1, "matrix": [1, 2]},
+ {"x": 3, "y": 1, "matrix": [1, 3]},
+ {"x": 4, "y": 1, "matrix": [1, 4]}
+ ]
+ }
+ }
+}