Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)
This commit is contained in:
@@ -21,12 +21,6 @@
|
||||
/* Ensure we jump to bootloader if the RESET keycode was pressed */
|
||||
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x574D // WM
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER WestM
|
||||
#define PRODUCT WestM68
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 15
|
||||
|
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"keyboard_name": "WestM68",
|
||||
"manufacturer": "WestM",
|
||||
"url": "https://github.com/WestMProducts",
|
||||
"maintainer": "WestM",
|
||||
"usb": {
|
||||
"vid": "0x574D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_65_ansi": {
|
||||
"layout": [
|
||||
|
@@ -16,8 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x0101
|
||||
|
||||
// The pin connected to the data pin of the LEDs
|
||||
#define RGB_DI_PIN A8
|
||||
#define RGBLED_NUM 16
|
||||
|
5
keyboards/westm/westm68/rev1/info.json
Normal file
5
keyboards/westm/westm68/rev1/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x0101"
|
||||
}
|
||||
}
|
@@ -16,8 +16,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x0102
|
||||
|
||||
// The pin connected to the data pin of the LEDs
|
||||
#define RGB_DI_PIN A8
|
||||
#define RGBLED_NUM 16
|
||||
|
5
keyboards/westm/westm68/rev2/info.json
Normal file
5
keyboards/westm/westm68/rev2/info.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x0102"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user