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/geonworks/frogmini/fms | |
parent | 636093f75dd5a8b568c822aaab093484386e8e6e (diff) |
Relocate backlight drivers (#21444)
Diffstat (limited to 'keyboards/geonworks/frogmini/fms')
-rw-r--r-- | keyboards/geonworks/frogmini/fms/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/geonworks/frogmini/fms/config.h b/keyboards/geonworks/frogmini/fms/config.h index 6576ee9efe..ddeaa2abff 100644 --- a/keyboards/geonworks/frogmini/fms/config.h +++ b/keyboards/geonworks/frogmini/fms/config.h @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once #define BACKLIGHT_PWM_DRIVER PWMD1 -#define BACKLIGHT_PWM_CHANNEL 3 #define BACKLIGHT_PAL_MODE 1 #define I2C_DRIVER I2CD1 |