From b892a1429d753d83d179fea26a2c7b84edab840d Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Mon, 30 Mar 2020 18:41:26 +0300 Subject: [PATCH] Fix inverted backlight for XD87 (#8612) --- keyboards/xd87/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/xd87/config.h b/keyboards/xd87/config.h index 438da93fb..e943dcbea 100644 --- a/keyboards/xd87/config.h +++ b/keyboards/xd87/config.h @@ -53,6 +53,7 @@ along with this program. If not, see . #define BACKLIGHT_PIN D0 // #define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 3 +#define BACKLIGHT_ON_STATE 0 #define RGB_DI_PIN B7 #ifdef RGB_DI_PIN