diff options
| author | Joel Challis | 2024-03-15 02:42:33 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 02:42:33 +0100 |
| commit | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (patch) | |
| tree | f81c6a7254e9489f36d50f3f451f4421f1bc5a35 /keyboards/maple_computing/6ball/info.json | |
| parent | 539fa21bf80308a21048334909b6512917aa3c7b (diff) | |
Migrate features from rules.mk to data drive - LMN (#23277)
Diffstat (limited to 'keyboards/maple_computing/6ball/info.json')
| -rw-r--r-- | keyboards/maple_computing/6ball/info.json | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/keyboards/maple_computing/6ball/info.json b/keyboards/maple_computing/6ball/info.json deleted file mode 100644 index 56531d6fa2..0000000000 --- a/keyboards/maple_computing/6ball/info.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "keyboard_name": "6-Ball", - "manufacturer": "That-Canadian", - "url": "", - "maintainer": "qmk", - "usb": { - "vid": "0xCEEB", - "pid": "0x0007", - "device_version": "0.0.1" - }, - "rgblight": { - "led_count": 6, - "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": "F7" - }, - "matrix_pins": { - "cols": ["F4", "D4", "B5", "B6", "B2", "F6"], - "rows": ["F5"] - }, - "diode_direction": "COL2ROW", - "processor": "atmega32u4", - "bootloader": "caterina", - "layouts": { - "LAYOUT": { - "layout": [ - {"matrix": [0, 5], "x": 0, "y": 0.5}, - {"matrix": [0, 0], "x": 1, "y": 0}, - {"matrix": [0, 1], "x": 2, "y": 0.5}, - - {"matrix": [0, 4], "x": 0, "y": 1.5}, - {"matrix": [0, 3], "x": 1, "y": 2}, - {"matrix": [0, 2], "x": 2, "y": 1.5} - ] - } - } -} |