diff options
| author | James Young | 2024-04-11 17:29:10 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-11 17:29:10 +0200 |
| commit | a532d1cc5a785da3d73812330aad95555efb81fa (patch) | |
| tree | 7368acf53a6c68748e64a9ee02add119c338fb18 /keyboards/coarse/ixora/info.json | |
| parent | 8bbbe753fdaf006d0f932187eac788b89910437d (diff) | |
Data-driven Keyboard Conversions: C (#23453)
Diffstat (limited to 'keyboards/coarse/ixora/info.json')
| -rw-r--r-- | keyboards/coarse/ixora/info.json | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/keyboards/coarse/ixora/info.json b/keyboards/coarse/ixora/info.json deleted file mode 100644 index 8d51f1e927..0000000000 --- a/keyboards/coarse/ixora/info.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "keyboard_name": "Ixora Rev1", - "manufacturer": "PeiorisBoards", - "url": "", - "maintainer": "Peioris", - "usb": { - "vid": "0xFEED", - "pid": "0x0C61", - "device_version": "1.0.0" - }, - "matrix_pins": { - "cols": ["B4", "A15", "B3", "A1", "B6", "B5"], - "rows": ["A0"] - }, - "diode_direction": "COL2ROW", - "indicators": { - "caps_lock": "A10", - "num_lock": "A9", - "scroll_lock": "A8" - }, - "processor": "STM32F042", - "bootloader": "stm32-dfu", - "debounce": 0, - "layouts": { - "LAYOUT_full": { - "layout": [ - {"matrix": [0, 0], "x": 0, "y": 0}, - {"matrix": [0, 1], "x": 1, "y": 0}, - {"matrix": [0, 2], "x": 2, "y": 0}, - - {"matrix": [0, 3], "x": 0, "y": 1}, - {"matrix": [0, 4], "x": 1, "y": 1}, - {"matrix": [0, 5], "x": 2, "y": 1} - ] - }, - "LAYOUT_blocker_right": { - "layout": [ - {"matrix": [0, 0], "x": 0, "y": 0}, - {"matrix": [0, 1], "x": 1, "y": 0}, - - {"matrix": [0, 3], "x": 0, "y": 1}, - {"matrix": [0, 4], "x": 1, "y": 1}, - {"matrix": [0, 5], "x": 2, "y": 1} - ] - }, - "LAYOUT_blocker_left": { - "layout": [ - {"matrix": [0, 1], "x": 1, "y": 0}, - {"matrix": [0, 2], "x": 2, "y": 0}, - - {"matrix": [0, 3], "x": 0, "y": 1}, - {"matrix": [0, 4], "x": 1, "y": 1}, - {"matrix": [0, 5], "x": 2, "y": 1} - ] - }, - "LAYOUT_arrows": { - "layout": [ - {"matrix": [0, 1], "x": 1, "y": 0}, - - {"matrix": [0, 3], "x": 0, "y": 1}, - {"matrix": [0, 4], "x": 1, "y": 1}, - {"matrix": [0, 5], "x": 2, "y": 1} - ] - } - } -} |