Move keyboard USB IDs and strings to data driven, pass 2: 0-9, A (#17941)
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0x6F75 // OU
|
||||
#define MANUFACTURER 1up Keyboards
|
||||
#define PRODUCT Sweet16
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 4
|
||||
#define MATRIX_COLS 4
|
||||
|
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"keyboard_name": "Sweet 16",
|
||||
"keyboard_name": "Sweet16",
|
||||
"manufacturer": "1up Keyboards",
|
||||
"url": "",
|
||||
"maintainer": "skullydazed",
|
||||
"usb": {
|
||||
"vid": "0x6F75"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_4x4": {
|
||||
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}]
|
||||
|
@@ -2,10 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x0161
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { F4, F5, F6, F7 }
|
||||
#define MATRIX_COL_PINS { D1, D0, D4, C6 }
|
||||
|
6
keyboards/1upkeyboards/sweet16/v1/info.json
Normal file
6
keyboards/1upkeyboards/sweet16/v1/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x0161",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
@@ -2,10 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x0162
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { D4, D1, E6, B5 }
|
||||
#define MATRIX_COL_PINS { F7, F6, D2, D3 }
|
||||
|
6
keyboards/1upkeyboards/sweet16/v2/promicro/info.json
Normal file
6
keyboards/1upkeyboards/sweet16/v2/promicro/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x0162",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
@@ -2,10 +2,6 @@
|
||||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x0162
|
||||
#define DEVICE_VER 0x0001
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { B5, B7, B2, B0 }
|
||||
#define MATRIX_COL_PINS { B8, A0, A10, A9 }
|
||||
|
6
keyboards/1upkeyboards/sweet16/v2/proton_c/info.json
Normal file
6
keyboards/1upkeyboards/sweet16/v2/proton_c/info.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"usb": {
|
||||
"pid": "0x0162",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user