diff options
| author | Joel Challis | 2024-03-30 12:31:50 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-30 12:31:50 +0100 |
| commit | 831deac212fa0342b9fad9d419b7f15890abfa02 (patch) | |
| tree | 1fd89a68e5a8129ffe03c173840a42642bdd2ef1 /keyboards/doio/kb3x/info.json | |
| parent | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff) | |
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/doio/kb3x/info.json')
| -rw-r--r-- | keyboards/doio/kb3x/info.json | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/keyboards/doio/kb3x/info.json b/keyboards/doio/kb3x/info.json deleted file mode 100644 index be0d138439..0000000000 --- a/keyboards/doio/kb3x/info.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "manufacturer": "DOIO", - "keyboard_name": "KB3x-01", - "maintainer": "DOIO2022", - "bootloader": "stm32duino", - "diode_direction": "COL2ROW", - "dynamic_keymap": { - "layer_count": 6 - }, - "encoder": { - "rotary": [ - {"pin_a": "B5", "pin_b": "B6", "resolution": 2}, - {"pin_a": "A1", "pin_b": "A2", "resolution": 2}, - {"pin_a": "A3", "pin_b": "A4", "resolution": 2} - ] - }, - "features": { - "bootmagic": true, - "encoder": true, - "extrakey": true, - "mousekey": true, - "rgb_matrix": true - }, - "matrix_pins": { - "cols": ["B14", "B13", "B12", "B0", "A7", "A6"], - "rows": ["B3", "B4", "B9", "B8"] - }, - "processor": "STM32F103", - "rgb_matrix": { - "animations": { - "alphas_mods": true, - "band_pinwheel_sat": true, - "band_pinwheel_val": true, - "band_sat": true, - "band_spiral_sat": true, - "band_spiral_val": true, - "band_val": true, - "breathing": true, - "cycle_all": true, - "cycle_left_right": true, - "cycle_out_in": true, - "cycle_out_in_dual": true, - "cycle_pinwheel": true, - "cycle_spiral": true, - "cycle_up_down": true, - "digital_rain": true, - "dual_beacon": true, - "gradient_left_right": true, - "gradient_up_down": true, - "hue_breathing": true, - "hue_pendulum": true, - "hue_wave": true, - "jellybean_raindrops": true, - "multisplash": true, - "pixel_flow": true, - "pixel_fractal": true, - "pixel_rain": true, - "rainbow_beacon": true, - "rainbow_moving_chevron": true, - "rainbow_pinwheels": true, - "raindrops": true, - "solid_multisplash": true, - "solid_reactive": true, - "solid_reactive_cross": true, - "solid_reactive_multicross": true, - "solid_reactive_multinexus": true, - "solid_reactive_multiwide": true, - "solid_reactive_nexus": true, - "solid_reactive_simple": true, - "solid_reactive_wide": true, - "solid_splash": true, - "splash": true, - "typing_heatmap": true - }, - "driver": "ws2812", - "layout": [ - {"matrix": [0, 0], "x": 0, "y": 0, "flags": 1}, - {"matrix": [0, 1], "x": 75, "y": 0, "flags": 1}, - {"matrix": [0, 2], "x": 149, "y": 0, "flags": 1}, - {"matrix": [0, 3], "x": 224, "y": 0, "flags": 1}, - {"x": 112, "y": 64, "flags": 1}, - {"x": 112, "y": 64, "flags": 1}, - {"x": 112, "y": 64, "flags": 1}, - {"x": 112, "y": 64, "flags": 1} - ], - "max_brightness": 200, - "sleep": true - }, - "url": "", - "usb": { - "device_version": "0.0.1", - "pid": "0x3F01", - "vid": "0xD010" - }, - "ws2812": { - "pin": "A10" - }, - "layouts": { - "LAYOUT": { - "layout": [ - {"matrix": [3, 0], "x": 0, "y": 0}, - {"matrix": [3, 1], "x": 1, "y": 0}, - {"matrix": [3, 2], "x": 2, "y": 0}, - {"matrix": [3, 3], "x": 6.5, "y": 0}, - {"matrix": [3, 4], "x": 7.5, "y": 0}, - {"matrix": [3, 5], "x": 8.5, "y": 0}, - {"matrix": [0, 0], "x": 1, "y": 1.25}, - {"matrix": [1, 0], "x": 4.25, "y": 1.25}, - {"matrix": [2, 0], "x": 7.5, "y": 1.25}, - {"matrix": [0, 3], "x": 0, "y": 2.25}, - {"matrix": [0, 4], "x": 1, "y": 2.25, "encoder": 0}, - {"matrix": [0, 1], "x": 2, "y": 2.25}, - {"matrix": [1, 3], "x": 3.25, "y": 2.25}, - {"matrix": [1, 4], "x": 4.25, "y": 2.25, "encoder": 1}, - {"matrix": [1, 1], "x": 5.25, "y": 2.25}, - {"matrix": [2, 3], "x": 6.5, "y": 2.25}, - {"matrix": [2, 4], "x": 7.5, "y": 2.25, "encoder": 2}, - {"matrix": [2, 1], "x": 8.5, "y": 2.25}, - {"matrix": [0, 2], "x": 1, "y": 3.25}, - {"matrix": [1, 2], "x": 4.25, "y": 3.25}, - {"matrix": [2, 2], "x": 7.5, "y": 3.25} - ] - } - } -}
\ No newline at end of file |