From 824e1cd95d61018979a9e391219a95f5a95b4a6e Mon Sep 17 00:00:00 2001
From: Joe Hu <i@sapika.ch>
Date: Wed, 30 Dec 2020 06:12:58 +0800
Subject: [PATCH] Fix backlight for XD84 (#11309)

Like XD87, XD8 should have `#define BACKLIGHT_ON_STATE 0` too.
---
 keyboards/xd84/config.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/keyboards/xd84/config.h b/keyboards/xd84/config.h
index 9a823669db..fb6099e6fc 100644
--- a/keyboards/xd84/config.h
+++ b/keyboards/xd84/config.h
@@ -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