Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079)
This commit is contained in:
parent
39f0fb7bea
commit
48792b030b
121 changed files with 309 additions and 293 deletions
|
@ -18,8 +18,6 @@
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
#define PRODUCT Onekey Blackpill STM32F411 TinyUF2
|
||||
|
||||
#define MATRIX_COL_PINS { B0 }
|
||||
#define MATRIX_ROW_PINS { A7 }
|
||||
#define UNUSED_PINS
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"keyboard_name": "Onekey Blackpill STM32F411 TinyUF2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue