Move keyboard USB IDs and strings to data driven, pass 2: J-L (#18080)

This commit is contained in:
Ryan 2022-08-20 10:39:35 +10:00 committed by GitHub
commit 835c971f78
Failed to generate hash of commit
187 changed files with 638 additions and 602 deletions

View file

@ -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 }