diff options
Diffstat (limited to 'keyboards/hillside/52/0_1/info.json')
-rw-r--r-- | keyboards/hillside/52/0_1/info.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/keyboards/hillside/52/0_1/info.json b/keyboards/hillside/52/0_1/info.json deleted file mode 100644 index f5cf4486d5..0000000000 --- a/keyboards/hillside/52/0_1/info.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "processor": "atmega32u4", - "bootloader": "atmel-dfu", - - "matrix_pins": { - "rows": ["C6", "D7", "E6", "B4", "B5"], - "cols": ["F6", "F7", "B1", "B3", "B2", "B6"] - }, - "diode_direction": "COL2ROW", - - "usb": { - "vid": "0x4D4D", - "pid": "0x4852", - "device_version": "0.0.1" - }, - - "features": { - "encoder": true, - "extrakey": true, - "rgblight": true - }, - "split": { - "soft_serial_pin": "D2" - }, - - "rgblight": { - "led_count": 5, - "pin": "D3", - "split": true, - "hue_steps": 8, - "saturation_steps": 8, - "brightness_steps": 8 - } -} |