diff options
| author | Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com> | 2026-01-11 14:47:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 09:47:23 -0800 |
| commit | 70c36c6c97094bae79e7766dabdb75f0cd91ff85 (patch) | |
| tree | b1d0d02444c2212f29d1f9e8541fcc3e069f3d4a /keyboards/wily/info.json | |
| parent | 56a2e332e10e6c8d7bc41a45310fa983cbd8c577 (diff) | |
First support for KKC Wily (#25852)
Diffstat (limited to 'keyboards/wily/info.json')
| -rw-r--r-- | keyboards/wily/info.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/wily/info.json b/keyboards/wily/info.json new file mode 100644 index 0000000000..9bba2de910 --- /dev/null +++ b/keyboards/wily/info.json | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | { | ||
| 2 | "manufacturer": "KKC", | ||
| 3 | "maintainer": "Gondolindrim", | ||
| 4 | "usb": { | ||
| 5 | "vid": "0x5750", | ||
| 6 | "device_version": "0.0.1" | ||
| 7 | }, | ||
| 8 | "features": { | ||
| 9 | "bootmagic": true, | ||
| 10 | "mousekey": true, | ||
| 11 | "extrakey": true, | ||
| 12 | "nkro": true | ||
| 13 | }, | ||
| 14 | "build": { | ||
| 15 | "lto": true | ||
| 16 | }, | ||
| 17 | "diode_direction": "COL2ROW", | ||
| 18 | "processor": "STM32F411", | ||
| 19 | "bootloader": "stm32-dfu" | ||
| 20 | } | ||
