diff options
| author | Joel Challis | 2024-03-15 02:42:55 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 02:42:55 +0100 |
| commit | 01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch) | |
| tree | fe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/flehrad/bigswitch/keyboard.json | |
| parent | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff) | |
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/flehrad/bigswitch/keyboard.json')
| -rw-r--r-- | keyboards/flehrad/bigswitch/keyboard.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/flehrad/bigswitch/keyboard.json b/keyboards/flehrad/bigswitch/keyboard.json new file mode 100644 index 0000000000..a56c0b1e9e --- /dev/null +++ b/keyboards/flehrad/bigswitch/keyboard.json @@ -0,0 +1,52 @@ +{ + "keyboard_name": "BigSwitch PCB", + "manufacturer": "flehrad", + "maintainer": "qmk", + "usb": { + "vid": "0x1209", + "pid": "0xB195", + "device_version": "0.0.1" + }, + "rgblight": { + "led_count": 8, + "animations": { + "breathing": true, + "rainbow_mood": true, + "rainbow_swirl": true, + "snake": true, + "knight": true, + "christmas": true, + "static_gradient": true, + "rgb_test": true, + "alternating": true, + "twinkle": true + } + }, + "ws2812": { + "pin": "D3" + }, + "features": { + "bootmagic": false, + "command": true, + "console": true, + "extrakey": false, + "mousekey": false, + "nkro": false, + "rgblight": true + }, + "matrix_pins": { + "cols": ["B6"], + "rows": ["B5"] + }, + "diode_direction": "ROW2COL", + "processor": "atmega32u4", + "bootloader": "caterina", + "debounce": 50, + "layouts": { + "LAYOUT": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0, "w": 4, "h": 4} + ] + } + } +} |