From f7177c0fe5565ff4dcedf2c8a8753feecfdb0ed0 Mon Sep 17 00:00:00 2001 From: matth Date: Tue, 1 Oct 2019 11:59:14 -0600 Subject: [PATCH] fixed quantum.c change --- quantum/quantum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/quantum.c b/quantum/quantum.c index be29d8ba04..c3f58863cb 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -1087,7 +1087,7 @@ void matrix_scan_quantum() { #if (defined(__AVR_AT90USB646__) || defined(__AVR_AT90USB647__) \ || defined(__AVR_AT90USB1286__) || defined(__AVR_AT90USB1287__) \ || defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__)) \ - && (BACKLIGHT_PIN == B5 || BACKLIGHT_PIN == B6 || BACKLIGHT_PIN == D0) + && (BACKLIGHT_PIN == B5 || BACKLIGHT_PIN == B6 || BACKLIGHT_PIN == B7) #define HARDWARE_PWM #define ICRx ICR1 #define TCCRxA TCCR1A