diff options
| author | Ryan <fauxpark@gmail.com> | 2022-07-30 13:02:47 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-29 20:02:47 -0700 |
| commit | 306e50b84cdf0aaac01838c4519209b642dee113 (patch) | |
| tree | 386de8a2406202b1a0fecd51e6c932e77d5c4c62 /keyboards/drewkeys | |
| parent | d1096ad440e046fb44d3ba75c0049065b1dadb60 (diff) | |
Move keyboard USB IDs and strings to data driven: D (#17814)
Diffstat (limited to 'keyboards/drewkeys')
| -rw-r--r-- | keyboards/drewkeys/iskar/config.h | 7 | ||||
| -rw-r--r-- | keyboards/drewkeys/iskar/info.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/drewkeys/iskar/config.h b/keyboards/drewkeys/iskar/config.h index 956456201f..aa5485f05b 100644 --- a/keyboards/drewkeys/iskar/config.h +++ b/keyboards/drewkeys/iskar/config.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "config_common.h" | 20 | #include "config_common.h" |
| 21 | 21 | ||
| 22 | /* USB Device descriptor parameter */ | ||
| 23 | #define VENDOR_ID 0xDE43 | ||
| 24 | #define PRODUCT_ID 0x1284 | ||
| 25 | #define DEVICE_VER 0x0001 | ||
| 26 | #define MANUFACTURER Drewkeys | ||
| 27 | #define PRODUCT Iskar | ||
| 28 | |||
| 29 | /* key matrix size */ | 22 | /* key matrix size */ |
| 30 | #define MATRIX_ROWS 5 | 23 | #define MATRIX_ROWS 5 |
| 31 | #define MATRIX_COLS 16 | 24 | #define MATRIX_COLS 16 |
diff --git a/keyboards/drewkeys/iskar/info.json b/keyboards/drewkeys/iskar/info.json index 0505fece10..431b38b345 100644 --- a/keyboards/drewkeys/iskar/info.json +++ b/keyboards/drewkeys/iskar/info.json | |||
| @@ -1,7 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "keyboard_name": "Iskar", | 2 | "keyboard_name": "Iskar", |
| 3 | "manufacturer": "Drewkeys", | ||
| 3 | "url": "https://bitmapstudio.xyz/collections/iskar", | 4 | "url": "https://bitmapstudio.xyz/collections/iskar", |
| 4 | "maintainer": "Drewkeys", | 5 | "maintainer": "Drewkeys", |
| 6 | "usb": { | ||
| 7 | "vid": "0xDE43", | ||
| 8 | "pid": "0x1284", | ||
| 9 | "device_version": "0.0.1" | ||
| 10 | }, | ||
| 5 | "layouts": { | 11 | "layouts": { |
| 6 | "LAYOUT": { | 12 | "LAYOUT": { |
| 7 | "layout": [ | 13 | "layout": [ |
