summaryrefslogtreecommitdiff
path: root/keyboards/zfrontier/big_switch/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/zfrontier/big_switch/info.json')
-rw-r--r--keyboards/zfrontier/big_switch/info.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/keyboards/zfrontier/big_switch/info.json b/keyboards/zfrontier/big_switch/info.json
index aaf72f61b3..02c40f6125 100644
--- a/keyboards/zfrontier/big_switch/info.json
+++ b/keyboards/zfrontier/big_switch/info.json
@@ -8,12 +8,20 @@
"pid": "0x0A01",
"device_version": "0.0.5"
},
+ "matrix_pins": {
+ "cols": ["F1"],
+ "rows": ["F0"]
+ },
+ "ws2812": {
+ "pin": "B6"
+ },
+ "diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
- {"x": 0, "y": 0, "w": 4, "h": 4}
+ {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4}
]
}
}