Move keyboard USB IDs and strings to data driven, pass 2: B-C (#17945)

This commit is contained in:
Ryan
2022-08-14 12:16:16 +10:00
committed by GitHub
parent 28b05d15ff
commit 3a7dbc8981
125 changed files with 368 additions and 476 deletions

View File

@@ -17,8 +17,6 @@
#include "config_common.h"
#define DEVICE_VER 0x0003
#define MATRIX_ROW_PINS \
{ F1, B4, B5, D6, D7 }
#define MATRIX_COL_PINS \

View File

@@ -0,0 +1,5 @@
{
"usb": {
"device_version": "0.0.3"
}
}