diff options
Diffstat (limited to 'keyboards/tominabox1/le_chiffre/rev2/info.json')
-rw-r--r-- | keyboards/tominabox1/le_chiffre/rev2/info.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/tominabox1/le_chiffre/rev2/info.json b/keyboards/tominabox1/le_chiffre/rev2/info.json index 3c20e5162e..ac09c6d879 100644 --- a/keyboards/tominabox1/le_chiffre/rev2/info.json +++ b/keyboards/tominabox1/le_chiffre/rev2/info.json @@ -2,11 +2,22 @@ "usb": { "device_version": "0.0.2" }, + "ws2812": { + "pin": "B1" + }, + "matrix_pins": { + "cols": ["B2", "F0", "F1", "F4", "F5", "B5", "B4", "D7", "D6", "D4"], + "rows": ["B3", "F6", "F7", "C7"] + }, + "diode_direction": "ROW2COL", "encoder": { "rotary": [ {"pin_a": "B6", "pin_b": "C6"} ] }, + "rgb_matrix": { + "driver": "WS2812" + }, "processor": "atmega32u4", "bootloader": "atmel-dfu" } |