From f83a36dd01d26c20ffe44d14a6fe35936c270899 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 26dbb50e30b6..22aa95b291a8 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 861755e45c1b..4628b5a0c821 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