Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091)
This commit is contained in:
parent
835c971f78
commit
201a914beb
98 changed files with 282 additions and 375 deletions
|
@ -20,11 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#include "config_common.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
#define PRODUCT_ID 0x504C
|
||||
#define DEVICE_VER 0x0001
|
||||
#define PRODUCT Prime_L V1
|
||||
|
||||
/* Keyboard Matrix Assignments */
|
||||
#define MATRIX_ROW_PINS { D1, D0, B7, B3, B2 }
|
||||
#define MATRIX_COL_PINS { D2, D3, D5, D4, D6, D7, B4, B5, C7, C6, F7, F6, F5, F4, F1, F0 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue