diff options
| author | Ryan <fauxpark@gmail.com> | 2023-08-16 17:06:42 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 17:06:42 +1000 |
| commit | dea2d9476994fad713b3505d034a133b1c467c9f (patch) | |
| tree | 1e1463700e6343b8a04533dad69a147f7b2f8ece | |
| parent | 50ab2305557a5ac47f79136055b227db52dc550d (diff) | |
coarse/cordillera: fix backlight config (#21761)
| -rw-r--r-- | keyboards/coarse/cordillera/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/coarse/cordillera/config.h b/keyboards/coarse/cordillera/config.h index ef26abfc02..4282937c7c 100644 --- a/keyboards/coarse/cordillera/config.h +++ b/keyboards/coarse/cordillera/config.h @@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_PWM_DRIVER PWMD1 #define BACKLIGHT_PWM_CHANNEL 1 -#define BACKLIGHT_PAL_MODE 1 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |
