Move keyboard USB IDs and strings to data driven, pass 3 (#18111)

This commit is contained in:
Ryan
2022-08-22 08:08:50 +10:00
committed by GitHub
parent 3c0806a489
commit b0eda7701a
64 changed files with 152 additions and 114 deletions

View File

@@ -7,4 +7,3 @@
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
#define BACKLIGHT_PIN D4
#define DIODE_DIRECTION COL2ROW
#define DEVICE_VER 0x0200

View File

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