summaryrefslogtreecommitdiff
path: root/keyboards/doio/kb16/rev1/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/doio/kb16/rev1/info.json')
-rw-r--r--keyboards/doio/kb16/rev1/info.json49
1 files changed, 6 insertions, 43 deletions
diff --git a/keyboards/doio/kb16/rev1/info.json b/keyboards/doio/kb16/rev1/info.json
index bcf2c2eb0e..fc9b30a20a 100644
--- a/keyboards/doio/kb16/rev1/info.json
+++ b/keyboards/doio/kb16/rev1/info.json
@@ -1,22 +1,16 @@
{
- "keyboard_name": "KB16-01",
- "manufacturer": "DOIO",
- "url": "",
- "maintainer": "HorrorTroll",
"usb": {
- "vid": "0xD010",
- "pid": "0x1601",
- "device_version": "0.0.1",
- "force_nkro": true
+ "device_version": "0.0.1"
},
- "rgb_matrix": {
- "driver": "ws2812"
+ "features": {
+ "grave_esc": false,
+ "space_cadet": false,
+ "magic": false
},
"matrix_pins": {
"cols": ["F5", "F4", "F1", "F0", "B7"],
"rows": ["D5", "D4", "D3", "D2"]
},
- "diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "F7", "pin_b": "E6"},
@@ -28,36 +22,5 @@
"pin": "F6"
},
"processor": "atmega32u4",
- "bootloader": "atmel-dfu",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 0},
- {"matrix": [0, 1], "x": 1, "y": 0},
- {"matrix": [0, 2], "x": 2, "y": 0},
- {"matrix": [0, 3], "x": 3, "y": 0},
-
- {"matrix": [0, 4], "x": 4.75, "y": 0},
-
- {"matrix": [1, 0], "x": 0, "y": 1},
- {"matrix": [1, 1], "x": 1, "y": 1},
- {"matrix": [1, 2], "x": 2, "y": 1},
- {"matrix": [1, 3], "x": 3, "y": 1},
-
- {"matrix": [1, 4], "x": 6, "y": 0},
-
- {"matrix": [2, 0], "x": 0, "y": 2},
- {"matrix": [2, 1], "x": 1, "y": 2},
- {"matrix": [2, 2], "x": 2, "y": 2},
- {"matrix": [2, 3], "x": 3, "y": 2},
-
- {"matrix": [2, 4], "x": 5.375, "y": 2.5},
-
- {"matrix": [3, 0], "x": 0, "y": 3},
- {"matrix": [3, 1], "x": 1, "y": 3},
- {"matrix": [3, 2], "x": 2, "y": 3},
- {"matrix": [3, 3], "x": 3, "y": 3}
- ]
- }
- }
+ "bootloader": "atmel-dfu"
}