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/mechlovin/adelais | |
parent | 636093f75dd5a8b568c822aaab093484386e8e6e (diff) |
Relocate backlight drivers (#21444)
Diffstat (limited to 'keyboards/mechlovin/adelais')
-rw-r--r-- | keyboards/mechlovin/adelais/standard_led/arm/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/mechlovin/adelais/standard_led/arm/config.h b/keyboards/mechlovin/adelais/standard_led/arm/config.h index d7169c0443..68857621b7 100644 --- a/keyboards/mechlovin/adelais/standard_led/arm/config.h +++ b/keyboards/mechlovin/adelais/standard_led/arm/config.h @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once #define BACKLIGHT_PWM_DRIVER PWMD3 -#define BACKLIGHT_PWM_CHANNEL 3 #define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_RAINBOW_MOOD |