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/ymdk/ymd09/info.json | |
| parent | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff) | |
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/ymdk/ymd09/info.json')
| -rw-r--r-- | keyboards/ymdk/ymd09/info.json | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/keyboards/ymdk/ymd09/info.json b/keyboards/ymdk/ymd09/info.json deleted file mode 100644 index 52dc9d3160..0000000000 --- a/keyboards/ymdk/ymd09/info.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "keyboard_name": "YMD09", - "manufacturer": "YMDK", - "url": "https://www.aliexpress.com/item/4000510880374.html", - "maintainer": "kaeltis", - "usb": { - "vid": "0x594D", - "pid": "0x4409", - "device_version": "0.0.1" - }, - "matrix_pins": { - "cols": ["D6", "D2", "D1"], - "rows": ["F5", "F4", "F1"] - }, - "diode_direction": "ROW2COL", - "processor": "atmega32u4", - "bootloader": "atmel-dfu", - "features": { - "bootmagic": true, - "mousekey": true, - "extrakey": true, - "console": false, - "command": false, - "nkro": true, - "rgb_matrix": true - }, - "ws2812": { - "pin": "E2" - }, - "build": { - "lto": true - }, - "layouts": { - "LAYOUT": { - "layout": [ - {"label": "7", "matrix": [0, 0], "x": 0, "y": 0}, - {"label": "8", "matrix": [0, 1], "x": 1, "y": 0}, - {"label": "9", "matrix": [0, 2], "x": 2, "y": 0}, - {"label": "4", "matrix": [1, 0], "x": 0, "y": 1}, - {"label": "5", "matrix": [1, 1], "x": 1, "y": 1}, - {"label": "6", "matrix": [1, 2], "x": 2, "y": 1}, - {"label": "1", "matrix": [2, 0], "x": 0, "y": 2}, - {"label": "2", "matrix": [2, 1], "x": 1, "y": 2}, - {"label": "3", "matrix": [2, 2], "x": 2, "y": 2} - ] - } - }, - "rgb_matrix": { - "animations": { - "breathing": true, - "cycle_all": true, - "cycle_left_right": true, - "cycle_up_down": true, - "rainbow_moving_chevron": true, - "cycle_out_in": true, - "cycle_pinwheel": true, - "cycle_spiral": true, - "dual_beacon": true, - "rainbow_beacon": true, - "raindrops": true, - "jellybean_raindrops": true, - "hue_breathing": true, - "hue_pendulum": true, - "hue_wave": true, - "pixel_rain": true, - "pixel_flow": true, - "pixel_fractal": true, - "typing_heatmap": true, - "digital_rain": true, - "solid_reactive_simple": true, - "solid_reactive": true, - "solid_reactive_wide": true, - "solid_reactive_multiwide": true, - "solid_reactive_cross": true, - "solid_reactive_multicross": true, - "solid_reactive_nexus": true, - "solid_reactive_multinexus": true, - "splash": true, - "multisplash": true, - "solid_splash": true, - "solid_multisplash": true - }, - "driver": "ws2812", - "layout": [ - {"flags": 4, "matrix": [0, 2], "x": 64, "y": 0}, //7 - {"flags": 4, "matrix": [0, 1], "x": 32, "y": 0}, //8 - {"flags": 4, "matrix": [0, 0], "x": 0, "y": 0}, //9 - {"flags": 4, "matrix": [1, 2], "x": 64, "y": 32}, //4 - {"flags": 4, "matrix": [1, 1], "x": 32, "y": 32}, //5 - {"flags": 4, "matrix": [1, 0], "x": 0, "y": 32}, //6 - {"flags": 4, "matrix": [2, 2], "x": 64, "y": 64}, //1 - {"flags": 4, "matrix": [2, 1], "x": 32, "y": 64}, //2 - {"flags": 4, "matrix": [2, 0], "x": 0, "y": 64} //3 - ], - "center_point": [32, 32], - "sleep": true - } -} |