diff options
author | Ryan <fauxpark@gmail.com> | 2023-07-08 23:13:10 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 23:13:10 +1000 |
commit | cb2331713c84bb2b7f140f67b41037721f4958a1 (patch) | |
tree | 4175658b8fd5ae1becc9e9e1b66fe0eccffa4c7e /keyboards/handwired/onekey/blackpill_f401 | |
parent | 636093f75dd5a8b568c822aaab093484386e8e6e (diff) |
Relocate backlight drivers (#21444)
Diffstat (limited to 'keyboards/handwired/onekey/blackpill_f401')
-rw-r--r-- | keyboards/handwired/onekey/blackpill_f401/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/blackpill_f401/config.h b/keyboards/handwired/onekey/blackpill_f401/config.h index 6183ee9819..22143dfac5 100644 --- a/keyboards/handwired/onekey/blackpill_f401/config.h +++ b/keyboards/handwired/onekey/blackpill_f401/config.h @@ -19,7 +19,6 @@ #define BACKLIGHT_PWM_DRIVER PWMD5 #define BACKLIGHT_PWM_CHANNEL 1 -#define BACKLIGHT_PAL_MODE 2 #define ADC_PIN A0 |