Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)
This commit is contained in:
parent
f4dcce7e59
commit
201f1a8f47
119 changed files with 351 additions and 386 deletions
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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 WestM9
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 3
|
||||
#define MATRIX_COLS 3
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"keyboard_name": "WestM9",
|
||||
"manufacturer": "WestM",
|
||||
"url": "https://github.com/WestMProducts",
|
||||
"maintainer": "WestM",
|
||||
"usb": {
|
||||
"vid": "0x574D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_macropad": {
|
||||
"layout": [
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x0301
|
||||
|
||||
// The pin connected to the data pin of the LEDs
|
||||
#define RGB_DI_PIN F1
|
||||
#define RGBLED_NUM 14
|
||||
|
|
5
keyboards/westm/westm9/rev1/info.json
Normal file
5
keyboards/westm/westm9/rev1/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x0301"
|
||||
}
|
||||
}
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define PRODUCT_ID 0x0302
|
||||
|
||||
// The pin connected to the data pin of the LEDs
|
||||
#define RGB_DI_PIN F1
|
||||
#define RGBLED_NUM 14
|
||||
|
|
5
keyboards/westm/westm9/rev2/info.json
Normal file
5
keyboards/westm/westm9/rev2/info.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x0302"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue