diff options
| author | Ryan | 2023-07-21 01:27:55 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-21 01:27:55 +0200 |
| commit | 4137685f8eb3ecde7ba0158a78cd9c411ee05606 (patch) | |
| tree | 52e5a157409680ae62e42318c4f6f7087bef19e2 /keyboards/mntre | |
| parent | b090354143612d2c0f5c8629510542de5bd4e29e (diff) | |
backlight: split AVR PWM and timer drivers (#21540)
Diffstat (limited to 'keyboards/mntre')
| -rw-r--r-- | keyboards/mntre/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mntre/config.h b/keyboards/mntre/config.h index 55a7a8457e..c12ca23672 100644 --- a/keyboards/mntre/config.h +++ b/keyboards/mntre/config.h @@ -3,7 +3,7 @@ #pragma once -#define BACKLIGHT_CUSTOM_RESOLUTION 0x400 +#define BACKLIGHT_RESOLUTION 0x400 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE |