Fix backlight for XD84 (#11309) Like XD87, XD8 should have `#define BACKLIGHT_ON_STATE 0` too.
1 files changed, 1 insertions(+), 0 deletions(-) M keyboards/xd84/config.h
M keyboards/xd84/config.h => keyboards/xd84/config.h +1 -0
@@ 52,6 52,7 @@ #define BACKLIGHT_PIN B5 #define BACKLIGHT_LEVELS 10 +#define BACKLIGHT_ON_STATE 0 // #define BACKLIGHT_BREATHING #define RGB_DI_PIN C7