aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/blackpill_f401/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/blackpill_f401/config.h')
-rw-r--r--keyboards/handwired/onekey/blackpill_f401/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/handwired/onekey/blackpill_f401/config.h b/keyboards/handwired/onekey/blackpill_f401/config.h
index 829e84677..3825d3f7e 100644
--- a/keyboards/handwired/onekey/blackpill_f401/config.h
+++ b/keyboards/handwired/onekey/blackpill_f401/config.h
@@ -18,13 +18,15 @@
18 18
19#include "config_common.h" 19#include "config_common.h"
20 20
21#define PRODUCT Onekey Blackpill STM32F401
22
21#define MATRIX_COL_PINS { B0 } 23#define MATRIX_COL_PINS { B0 }
22#define MATRIX_ROW_PINS { A7 } 24#define MATRIX_ROW_PINS { A7 }
23#define UNUSED_PINS 25#define UNUSED_PINS
24 26
25#define BACKLIGHT_PIN A0 27#define BACKLIGHT_PIN A0
26#define BACKLIGHT_PWM_DRIVER PWMD5 28#define BACKLIGHT_PWM_DRIVER PWMD5
27#define BACKLIGHT_PWM_CHANNEL 1 29#define BACKLIGHT_PWM_CHANNEL 1
28 30
29#define RGB_DI_PIN A1 31#define RGB_DI_PIN A1
30 32