diff options
| author | Joel Challis | 2024-03-15 23:24:00 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 23:24:00 +0100 |
| commit | 1a903372846f24028431d20bc25e64b4da69da27 (patch) | |
| tree | d628946d38d303f98f24c14db6b3cdd85f7397bb /keyboards/pdxkbc/info.json | |
| parent | 24d824aae40b932dbcdc5036d7f30a6f2f352442 (diff) | |
Migrate features from rules.mk to data driven - OPQR (#23285)
Diffstat (limited to 'keyboards/pdxkbc/info.json')
| -rw-r--r-- | keyboards/pdxkbc/info.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/keyboards/pdxkbc/info.json b/keyboards/pdxkbc/info.json deleted file mode 100644 index 8fe7db4c23..0000000000 --- a/keyboards/pdxkbc/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "keyboard_name": "pdxkbc", - "manufacturer": "Franklin Harding", - "url": "", - "maintainer": "qmk", - "usb": { - "vid": "0x5044", - "pid": "0x0001", - "device_version": "0.0.1" - }, - "matrix_pins": { - "cols": ["D1", "E6"], - "rows": ["F7", "B6", "F4"] - }, - "diode_direction": "COL2ROW", - "processor": "atmega32u4", - "bootloader": "atmel-dfu", - "layouts": { - "LAYOUT": { - "layout": [ - {"matrix": [0, 0], "x": 0, "y": 0}, - {"matrix": [0, 1], "x": 1, "y": 0}, - - {"matrix": [1, 0], "x": 0, "y": 1}, - {"matrix": [1, 1], "x": 1, "y": 1}, - - {"matrix": [2, 0], "x": 0, "y": 2}, - {"matrix": [2, 1], "x": 1, "y": 2} - ] - } - } -} |