diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 0e605d4cb..376578ade 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -1206,7 +1206,7 @@ static inline void set_pwm(uint16_t val) { | |||
| 1206 | OCRxx = val; | 1206 | OCRxx = val; |
| 1207 | } | 1207 | } |
| 1208 | 1208 | ||
| 1209 | #ifndef BACKLIGHT_CUSTOM_DRIVER || LED_MATRIX_ENABLE | 1209 | #ifndef BACKLIGHT_CUSTOM_DRIVER |
| 1210 | __attribute__ ((weak)) | 1210 | __attribute__ ((weak)) |
| 1211 | void backlight_set(uint8_t level) { | 1211 | void backlight_set(uint8_t level) { |
| 1212 | if (level > BACKLIGHT_LEVELS) | 1212 | if (level > BACKLIGHT_LEVELS) |
