Move keyboard USB IDs and strings to data driven: develop (#18152)
* Move keyboard USB IDs and strings to data driven: develop * Also do new onekeys
This commit is contained in:
parent
e06ea4a10f
commit
cf41c24db8
17 changed files with 38 additions and 70 deletions
|
@ -22,12 +22,6 @@
|
|||
#define MATRIX_ROWS 5
|
||||
#define MATRIX_COLS 3
|
||||
|
||||
#define VENDOR_ID 0x239A
|
||||
#define PRODUCT_ID 0x0108
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Adafruit
|
||||
#define PRODUCT Macropad RP2040
|
||||
|
||||
/* Keyboard Matrix Assignments */
|
||||
// clang-format off
|
||||
#define DIRECT_PINS { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue