From 05d9a0ff036d91b7dc4e6198f4074161c1c7b633 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 27 Mar 2020 22:00:13 +1100 Subject: [PATCH] Fix inverted backlight for XD60 (#8575) --- keyboards/xd60/rev2/config.h | 1 + keyboards/xd60/rev3/config.h | 1 + 2 files changed, 2 insertions(+) diff --git a/keyboards/xd60/rev2/config.h b/keyboards/xd60/rev2/config.h index 26dbb50e30b636ca8ef02b77f95336c324496496..22aa95b291a84b6b6916f6f9c8ab863036748848 100644 --- a/keyboards/xd60/rev2/config.h +++ b/keyboards/xd60/rev2/config.h @@ -48,6 +48,7 @@ along with this program. If not, see . /* Backlight Setup */ #define BACKLIGHT_PIN F5 #define BACKLIGHT_LEVELS 6 +#define BACKLIGHT_ON_STATE 0 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/xd60/rev3/config.h b/keyboards/xd60/rev3/config.h index 861755e45c1b709906470893c44eecdf29c8576d..4628b5a0c821b6907bef30950619ec0bc72ee40d 100644 --- a/keyboards/xd60/rev3/config.h +++ b/keyboards/xd60/rev3/config.h @@ -48,6 +48,7 @@ along with this program. If not, see . /* Backlight Setup */ #define BACKLIGHT_PIN F5 #define BACKLIGHT_LEVELS 6 +#define BACKLIGHT_ON_STATE 0 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW