diff options
Diffstat (limited to 'keyboards/handwired/onekey/teensy_2pp/config.h')
-rw-r--r-- | keyboards/handwired/onekey/teensy_2pp/config.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/handwired/onekey/teensy_2pp/config.h b/keyboards/handwired/onekey/teensy_2pp/config.h index 9d993980c2..167373cd39 100644 --- a/keyboards/handwired/onekey/teensy_2pp/config.h +++ b/keyboards/handwired/onekey/teensy_2pp/config.h @@ -18,6 +18,12 @@ #include "config_common.h" -#define MATRIX_COL_PINS { B2 } -#define MATRIX_ROW_PINS { B1 } +#define MATRIX_COL_PINS { F4 } +#define MATRIX_ROW_PINS { F5 } #define UNUSED_PINS + +#define BACKLIGHT_PIN B6 + +#define RGB_DI_PIN F6 + +#define ADC_PIN F6 |