diff options
| author | Joel Challis | 2024-03-15 02:42:55 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-15 02:42:55 +0100 |
| commit | 01473075f8e78adcfbd4f9f4b6bb1d7682a7ee4d (patch) | |
| tree | fe4f7b504ab90f5ff82162adc8366eccd8163b0b /keyboards/handwired/aplx2/keyboard.json | |
| parent | 80b72487ce053f128817c5d4c625a63cb3cf9c10 (diff) | |
Migrate features from rules.mk to data driven - EFGH (#23248)
Diffstat (limited to 'keyboards/handwired/aplx2/keyboard.json')
| -rw-r--r-- | keyboards/handwired/aplx2/keyboard.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/handwired/aplx2/keyboard.json b/keyboards/handwired/aplx2/keyboard.json new file mode 100644 index 0000000000..6a9d7130bd --- /dev/null +++ b/keyboards/handwired/aplx2/keyboard.json @@ -0,0 +1,34 @@ +{ + "keyboard_name": "Aplx2", + "manufacturer": "Aplyard", + "url": "", + "maintainer": "Aplyard", + "usb": { + "vid": "0xE0E0", + "pid": "0x0030", + "device_version": "0.0.1" + }, + "features": { + "bootmagic": false, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": true + }, + "matrix_pins": { + "cols": ["B5", "D3"], + "rows": ["D1"] + }, + "diode_direction": "COL2ROW", + "processor": "atmega32u4", + "bootloader": "caterina", + "layouts": { + "LAYOUT": { + "layout": [ + {"matrix": [0, 0], "x": 0, "y": 0}, + {"matrix": [0, 1], "x": 1, "y": 0} + ] + } + } +} |