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/maple_computing/ivy/rev1/info.json | |
| parent | 1c8e99ca451a9f0acac07b64da80cf11baedf6a6 (diff) | |
Migrate build target markers to keyboard.json (#23293)
Diffstat (limited to 'keyboards/maple_computing/ivy/rev1/info.json')
| -rw-r--r-- | keyboards/maple_computing/ivy/rev1/info.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/maple_computing/ivy/rev1/info.json b/keyboards/maple_computing/ivy/rev1/info.json deleted file mode 100644 index de89abee75..0000000000 --- a/keyboards/maple_computing/ivy/rev1/info.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "keyboard_name": "Ivy", - "manufacturer": "Maple Computing", - "url": "", - "maintainer": "That-Canadian", - "usb": { - "vid": "0x1337", - "pid": "0x6012", - "device_version": "0.0.1" - }, - "matrix_pins": { - "cols": ["F5", "B3", "D5"], - "rows": ["F1", "B2", "D3"] - }, - "diode_direction": "COL2ROW", - "backlight": { - "driver": "timer", - "pin": "D2" - }, - "processor": "atmega32u4", - "bootloader": "caterina", - "layouts": { - "LAYOUT": { - "layout": [ - {"matrix": [0, 0], "x": 0, "y": 0}, - {"matrix": [1, 1], "x": 1, "y": 0}, - {"matrix": [2, 2], "x": 2, "y": 0} - ] - } - } -} |