diff options
| author | Ryan <fauxpark@gmail.com> | 2022-08-03 17:23:15 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 17:23:15 +1000 |
| commit | b6757d2380d32b5f60f61ffc42d27c40eb219208 (patch) | |
| tree | 2780145169ebdddab4eba4458956a85d91178c33 /keyboards/pixelspace | |
| parent | 3da6575e2480d46399be01c21270c57420e0f16d (diff) | |
Move keyboard USB IDs and strings to data driven: P (#17875)
Diffstat (limited to 'keyboards/pixelspace')
| -rw-r--r-- | keyboards/pixelspace/capsule65i/config.h | 7 | ||||
| -rw-r--r-- | keyboards/pixelspace/capsule65i/info.json | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/pixelspace/capsule65i/config.h b/keyboards/pixelspace/capsule65i/config.h index 85aab06415..ac5e003bc8 100644 --- a/keyboards/pixelspace/capsule65i/config.h +++ b/keyboards/pixelspace/capsule65i/config.h | |||
| @@ -18,13 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include "config_common.h" | 19 | #include "config_common.h" |
| 20 | 20 | ||
| 21 | /* USB Device descriptor parameter */ | ||
| 22 | #define VENDOR_ID 0xE061 | ||
| 23 | #define PRODUCT_ID 0xE66E | ||
| 24 | #define DEVICE_VER 0x0001 | ||
| 25 | #define MANUFACTURER PixelSpace | ||
| 26 | #define PRODUCT Capsule65i | ||
| 27 | |||
| 28 | /* key matrix size */ | 21 | /* key matrix size */ |
| 29 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
| 30 | #define MATRIX_COLS 16 | 23 | #define MATRIX_COLS 16 |
diff --git a/keyboards/pixelspace/capsule65i/info.json b/keyboards/pixelspace/capsule65i/info.json index 854ac0402a..b9af2398ef 100644 --- a/keyboards/pixelspace/capsule65i/info.json +++ b/keyboards/pixelspace/capsule65i/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "CAPSULE65i", | 2 | "keyboard_name": "Capsule65i", |
| 3 | "manufacturer": "PixelSpace", | ||
| 3 | "url": "", | 4 | "url": "", |
| 4 | "maintainer": "PixelSpace", | 5 | "maintainer": "PixelSpace", |
| 6 | "usb": { | ||
| 7 | "vid": "0xE061", | ||
| 8 | "pid": "0xE66E", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layout_aliases": { | 11 | "layout_aliases": { |
| 6 | "LAYOUT": "LAYOUT_all" | 12 | "LAYOUT": "LAYOUT_all" |
| 7 | }, | 13 | }, |
