diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-20 10:39:35 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 10:39:35 +1000 |
commit | 835c971f78b5d995bb58f0889fac00aac348de52 (patch) | |
tree | 0997888e5fe5dec82133a1eec10ce425b09a0545 /keyboards/keychron/q2/rev_0113 | |
parent | 48792b030b754c8b3983a97071db1b09ae6353d4 (diff) |
Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)
Diffstat (limited to 'keyboards/keychron/q2/rev_0113')
-rw-r--r-- | keyboards/keychron/q2/rev_0113/config.h | 4 | ||||
-rw-r--r-- | keyboards/keychron/q2/rev_0113/info.json | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/keychron/q2/rev_0113/config.h b/keyboards/keychron/q2/rev_0113/config.h index 486d3fd3b8..8f7fbef73a 100644 --- a/keyboards/keychron/q2/rev_0113/config.h +++ b/keyboards/keychron/q2/rev_0113/config.h @@ -16,10 +16,6 @@ #pragma once -/* USB Device descriptor parameter */ -#define PRODUCT_ID 0x0113 -#define DEVICE_VER 0x0100 - /* RGB Matrix Configuration */ #define DRIVER_1_LED_TOTAL 34 #define DRIVER_2_LED_TOTAL 34 diff --git a/keyboards/keychron/q2/rev_0113/info.json b/keyboards/keychron/q2/rev_0113/info.json index 151f42455d..297096aac3 100644 --- a/keyboards/keychron/q2/rev_0113/info.json +++ b/keyboards/keychron/q2/rev_0113/info.json @@ -1,7 +1,13 @@ { - "keyboard_name": "Keychron Q2", + "keyboard_name": "Q2", + "manufacturer": "Keychron", "url": "https://github.com/Keychron", "maintainer": "lalalademaxiya1", + "usb": { + "vid": "0x3434", + "pid": "0x0113", + "device_version": "1.0.0" + }, "layouts": { "LAYOUT_iso_68": { "layout": [ |