Clean up some user keymaps specifying MCU (#11966)
This commit is contained in:
parent
c1e6febef7
commit
316dcf4960
19 changed files with 31 additions and 1398 deletions
|
@ -1,37 +1,11 @@
|
|||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
#pragma once
|
||||
|
||||
#include "../../config.h"
|
||||
|
||||
/* USB Device descriptor parameter */
|
||||
|
||||
|
||||
|
||||
#undef VENDOR_ID
|
||||
#undef PRODUCT_ID
|
||||
#undef MANUFACTURER
|
||||
#define MANUFACTURER binaryplease
|
||||
#undef PRODUCT
|
||||
#define PRODUCT Teensy_Planck
|
||||
|
||||
#undef MATRIX_ROW_PINS
|
||||
#undef MATRIX_COL_PINS
|
||||
#undef UNUSED_PINS
|
||||
#undef BACKLIGHT_PIN
|
||||
#undef BACKLIGHT_LEVELS
|
||||
|
||||
|
||||
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x6060
|
||||
#define MANUFACTURER binaryplease
|
||||
#define PRODUCT Teensy_Planck
|
||||
|
||||
#define MATRIX_ROW_PINS { D3, D2, D1, D0 }
|
||||
#undef MATRIX_COL_PINS
|
||||
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 }
|
||||
#define UNUSED_PINS
|
||||
|
||||
#define BACKLIGHT_PIN B7
|
||||
|
||||
/* number of backlight levels */
|
||||
#define BACKLIGHT_LEVELS 0
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue