diff options
author | Ryan <fauxpark@gmail.com> | 2022-07-26 10:52:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 01:52:18 +0100 |
commit | 674422eb13a4f5c9c8238629e42f4fc1d7641ede (patch) | |
tree | a6bd07b6866ea0bb189c05e2bf63cbfa20dc5bc5 /keyboards/akb | |
parent | a939293aca697cb263f4972dbb1521d273fbf499 (diff) | |
download | qmk_firmware-674422eb13a4f5c9c8238629e42f4fc1d7641ede.tar.gz qmk_firmware-674422eb13a4f5c9c8238629e42f4fc1d7641ede.zip |
Move keyboard USB IDs and strings to data driven: A (#17781)
Diffstat (limited to 'keyboards/akb')
-rw-r--r-- | keyboards/akb/eb46/config.h | 6 | ||||
-rw-r--r-- | keyboards/akb/eb46/info.json | 6 | ||||
-rw-r--r-- | keyboards/akb/raine/config.h | 7 | ||||
-rw-r--r-- | keyboards/akb/raine/info.json | 8 |
4 files changed, 13 insertions, 14 deletions
diff --git a/keyboards/akb/eb46/config.h b/keyboards/akb/eb46/config.h index 644cd97305..68fa6aaf1c 100644 --- a/keyboards/akb/eb46/config.h +++ b/keyboards/akb/eb46/config.h @@ -19,12 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x4646 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Elliot Powell -#define PRODUCT eb46 /* key matrix size */ #define MATRIX_ROWS 4 #define MATRIX_COLS 13 diff --git a/keyboards/akb/eb46/info.json b/keyboards/akb/eb46/info.json index dbcc9abb83..d2cae832b5 100644 --- a/keyboards/akb/eb46/info.json +++ b/keyboards/akb/eb46/info.json @@ -1,6 +1,12 @@ { "keyboard_name": "eb46", + "manufacturer": "Elliot Powell", "maintainer": "e11i0t23", + "usb": { + "vid": "0x4646", + "pid": "0xFEED", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/akb/raine/config.h b/keyboards/akb/raine/config.h index e0377514e2..c341ceb7dc 100644 --- a/keyboards/akb/raine/config.h +++ b/keyboards/akb/raine/config.h @@ -18,13 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" -/* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x6060 -#define DEVICE_VER 0x0001 -#define MANUFACTURER AKB -#define PRODUCT Raine - /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 16 diff --git a/keyboards/akb/raine/info.json b/keyboards/akb/raine/info.json index d3205ecb66..2efbba3fe1 100644 --- a/keyboards/akb/raine/info.json +++ b/keyboards/akb/raine/info.json @@ -1,6 +1,12 @@ { - "keyboard_name": "raine", + "keyboard_name": "Raine", + "manufacturer": "AKB", "maintainer": "e11i0t23", + "usb": { + "vid": "0xFEED", + "pid": "0x6060", + "device_version": "0.0.1" + }, "layouts": { "LAYOUT": { "layout": [ |