diff options
| author | QMK Bot | 2024-10-17 18:06:54 +0200 |
|---|---|---|
| committer | QMK Bot | 2024-10-17 18:06:54 +0200 |
| commit | 80f8aae3ec733cfbd6957a70f5fe436e5b92e725 (patch) | |
| tree | 38ad7c6b22911d9dc86c923198bd7cfb64767697 /keyboards/arrayperipherals/vector/keyboard.json | |
| parent | 6602ee04af3e18dbfb75562942786384fba67eee (diff) | |
| parent | 36008922f8456694d45d2c36500dfba3c4271b09 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
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} + ] + } + } +} |