diff options
| author | David Doan | 2024-10-17 18:06:17 +0200 |
|---|---|---|
| committer | GitHub | 2024-10-17 18:06:17 +0200 |
| commit | 36008922f8456694d45d2c36500dfba3c4271b09 (patch) | |
| tree | 8d5a514a1bdc5093366325088d7e1f9f219861a0 /keyboards/arrayperipherals/vector/keyboard.json | |
| parent | 2ad13037aba7e03ed9e869c1500da4474543d8b6 (diff) | |
add vector macropad (#24487)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: jack <jack@pngu.org>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/arrayperipherals/vector/keyboard.json')
| -rw-r--r-- | keyboards/arrayperipherals/vector/keyboard.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/arrayperipherals/vector/keyboard.json b/keyboards/arrayperipherals/vector/keyboard.json new file mode 100644 index 0000000000..505199831d --- /dev/null +++ b/keyboards/arrayperipherals/vector/keyboard.json @@ -0,0 +1,40 @@ +{ + "manufacturer": "Array Peripherals", + "keyboard_name": "The Vector", + "maintainer": "daviddoan", + "bootloader": "atmel-dfu", + "encoder": { + "rotary": [ + {"pin_a": "F0", "pin_b": "F1"} + ] + }, + "features": { + "bootmagic": true, + "encoder": true, + "extrakey": true, + "mousekey": true + }, + "matrix_pins": { + "direct": [ + ["D4", "C6", "D7", "E6", "F7"] + ] + }, + "processor": "atmega32u4", + "url": "https://arrayperipherals.com", + "usb": { + "device_version": "1.0.0", + "pid": "0x4F47", + "vid": "0x4152" + }, + "layouts": { + "LAYOUT": { + "layout": [ + {"label": "k01", "matrix": [0, 0], "x": 0, "y": 0}, + {"label": "k02", "matrix": [0, 1], "x": 1, "y": 0}, + {"label": "k03", "matrix": [0, 2], "x": 2, "y": 0}, + {"label": "k04", "matrix": [0, 3], "x": 3, "y": 0}, + {"label": "k05", "matrix": [0, 4], "x": 4.25, "y": 0} + ] + } + } +} |