diff options
Diffstat (limited to 'keyboards/handwired/onekey/stm32f0_disco/config.h')
-rw-r--r-- | keyboards/handwired/onekey/stm32f0_disco/config.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/handwired/onekey/stm32f0_disco/config.h b/keyboards/handwired/onekey/stm32f0_disco/config.h index 0d6dd18fa..e0f6d0005 100644 --- a/keyboards/handwired/onekey/stm32f0_disco/config.h +++ b/keyboards/handwired/onekey/stm32f0_disco/config.h | |||
@@ -18,14 +18,16 @@ | |||
18 | 18 | ||
19 | #include "config_common.h" | 19 | #include "config_common.h" |
20 | 20 | ||
21 | #define PRODUCT Onekey STM32F072 Discovery | ||
22 | |||
21 | #define MATRIX_COL_PINS { B4 } | 23 | #define MATRIX_COL_PINS { B4 } |
22 | #define MATRIX_ROW_PINS { B5 } | 24 | #define MATRIX_ROW_PINS { B5 } |
23 | #define UNUSED_PINS | 25 | #define UNUSED_PINS |
24 | 26 | ||
25 | #define BACKLIGHT_PIN C8 | 27 | #define BACKLIGHT_PIN C8 |
26 | #define BACKLIGHT_PWM_DRIVER PWMD3 | 28 | #define BACKLIGHT_PWM_DRIVER PWMD3 |
27 | #define BACKLIGHT_PWM_CHANNEL 3 | 29 | #define BACKLIGHT_PWM_CHANNEL 3 |
28 | #define BACKLIGHT_PAL_MODE 0 | 30 | #define BACKLIGHT_PAL_MODE 0 |
29 | 31 | ||
30 | #define RGB_DI_PIN B15 | 32 | #define RGB_DI_PIN B15 |
31 | 33 | ||