1
0
Fork 0

Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)

This commit is contained in:
Ryan 2022-08-20 10:48:38 +10:00 committed by GitHub
parent f4dcce7e59
commit 201f1a8f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
119 changed files with 351 additions and 386 deletions

View file

@ -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

View file

@ -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": [

View file

@ -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

View file

@ -0,0 +1,5 @@
{
"usb": {
"pid": "0x0101"
}
}

View file

@ -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

View file

@ -0,0 +1,5 @@
{
"usb": {
"pid": "0x0102"
}
}

View file

@ -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

View file

@ -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": [

View file

@ -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

View file

@ -0,0 +1,5 @@
{
"usb": {
"pid": "0x0301"
}
}

View file

@ -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

View file

@ -0,0 +1,5 @@
{
"usb": {
"pid": "0x0302"
}
}