diff options
Diffstat (limited to 'keyboards/handwired/onekey/teensy_2')
-rw-r--r-- | keyboards/handwired/onekey/teensy_2/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/teensy_2/config.h b/keyboards/handwired/onekey/teensy_2/config.h index fbcd630d79..167373cd39 100644 --- a/keyboards/handwired/onekey/teensy_2/config.h +++ b/keyboards/handwired/onekey/teensy_2/config.h @@ -21,3 +21,9 @@ #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 |