diff options
| author | Joel Challis | 2024-04-17 03:49:17 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-17 03:49:17 +0200 |
| commit | e869c80af74a91d28e51628da495e66da0cbc3ce (patch) | |
| tree | 4cb57ff6b11c8500de1779afef2d5ad69716815e /keyboards/hadron/ver3/info.json | |
| parent | baa6000ed33f1f190f43bcd993f84f3b057e952d (diff) | |
Migrate build target markers to keyboard.json - HI (#23540)
Diffstat (limited to 'keyboards/hadron/ver3/info.json')
| -rw-r--r-- | keyboards/hadron/ver3/info.json | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/keyboards/hadron/ver3/info.json b/keyboards/hadron/ver3/info.json deleted file mode 100644 index 02a75d59eb..0000000000 --- a/keyboards/hadron/ver3/info.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "usb": { - "device_version": "0.0.3" - }, - "rgb_matrix": { - "driver": "ws2812" - }, - "matrix_pins": { - "cols": ["B8", "B2", "B10", "A0", "A1", "A2", "B0", "A3", "B1", "A6", "A7", "B12", "C13", "B11", "B9"], - "rows": ["C15", "C14", "A10", "A9", "A8"] - }, - "diode_direction": "COL2ROW", - "encoder": { - "rotary": [ - {"pin_a": "B13", "pin_b": "B14"} - ] - }, - "rgblight": { - "led_count": 10, - "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": "B5" - }, - "processor": "STM32F303", - "bootloader": "stm32-dfu", - "features": { - "bootmagic": true, - "mousekey": true, - "extrakey": true, - "command": true, - "nkro": true, - "audio": true, - "rgblight": true, - "haptic": true, - "oled": true, - "encoder": true - }, - "board": "QMK_PROTON_C" -} |