forked from mirrors/qmk_userspace
Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)
This commit is contained in:
parent
48792b030b
commit
835c971f78
187 changed files with 638 additions and 602 deletions
|
|
@ -16,11 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x0102
|
||||
#define DEVICE_VER 0x0100
|
||||
|
||||
/* key matrix pins */
|
||||
#define MATRIX_ROW_PINS { D3, D2, B3, B2, B1, B0 }
|
||||
#define MATRIX_COL_PINS { D5, D4, D6, D7, B4, B5, B6, C6, C7, F7, F6, F5, F4, F1, F0 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue