diff options
Diffstat (limited to 'quantum/backlight/backlight_avr.c')
-rw-r--r-- | quantum/backlight/backlight_avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/backlight/backlight_avr.c b/quantum/backlight/backlight_avr.c index 4d66da80b..2ecdd4f2c 100644 --- a/quantum/backlight/backlight_avr.c +++ b/quantum/backlight/backlight_avr.c | |||
@@ -68,7 +68,7 @@ | |||
68 | # define COMxx1 COM3A1 | 68 | # define COMxx1 COM3A1 |
69 | # define OCRxx OCR3A | 69 | # define OCRxx OCR3A |
70 | # endif | 70 | # endif |
71 | #elif (defined(__AVR_ATmega16U2__) || defined(__AVR_ATmega32U2__)) && (BACKLIGHT_PIN == B7 || BACKLIGHT_PIN == C5 || BACKLIGHT_PIN == C6) | 71 | #elif (defined(__AVR_AT90USB162__) || defined(__AVR_ATmega16U2__) || defined(__AVR_ATmega32U2__)) && (BACKLIGHT_PIN == B7 || BACKLIGHT_PIN == C5 || BACKLIGHT_PIN == C6) |
72 | # define HARDWARE_PWM | 72 | # define HARDWARE_PWM |
73 | # define ICRx ICR1 | 73 | # define ICRx ICR1 |
74 | # define TCCRxA TCCR1A | 74 | # define TCCRxA TCCR1A |