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/dp3000/rev1/info.json | |
| parent | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff) | |
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/dp3000/rev1/info.json')
| -rw-r--r-- | keyboards/dp3000/rev1/info.json | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/keyboards/dp3000/rev1/info.json b/keyboards/dp3000/rev1/info.json deleted file mode 100644 index 63d023de5c..0000000000 --- a/keyboards/dp3000/rev1/info.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "keyboard_name": "dp3000", - "features": { - "rgb_matrix": true - }, - "usb": { - "device_version": "1.0.1", - "pid": "0x6470" - }, - "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_pinwheel": true, - "cycle_spiral": true, - "cycle_up_down": true, - "gradient_left_right": true, - "gradient_up_down": true, - "hue_breathing": true, - "hue_pendulum": true, - "hue_wave": true, - "rainbow_moving_chevron": true, - "raindrops": true, - "solid_reactive": true, - "solid_reactive_multinexus": true, - "solid_reactive_simple": true, - "solid_splash": true, - "splash": true, - "typing_heatmap": true - }, - "driver": "ws2812", - "layout": [ - {"matrix": [1, 0], "x": 0, "y": 32, "flags": 4}, - {"matrix": [1, 1], "x": 25, "y": 32, "flags": 4}, - {"matrix": [1, 2], "x": 37, "y": 32, "flags": 4}, - {"matrix": [1, 3], "x": 75, "y": 32, "flags": 4}, - {"matrix": [2, 0], "x": 75, "y": 16, "flags": 4}, - {"matrix": [2, 1], "x": 37, "y": 16, "flags": 4}, - {"matrix": [2, 2], "x": 25, "y": 16, "flags": 4}, - {"matrix": [2, 3], "x": 0, "y": 16, "flags": 4} - ], - "max_brightness": 180, - "sat_steps": 8, - "speed_steps": 10, - "val_steps": 8, - "react_on_keyup": true, - "sleep": true - }, - "ws2812": { - "pin": "B5" - } -} |