summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hu <i@sapika.ch>2020-12-30 06:12:58 +0800
committerGitHub <noreply@github.com>2020-12-29 22:12:58 +0000
commit824e1cd95d61018979a9e391219a95f5a95b4a6e (patch)
tree327845abc88c2cf9d26e0920165bf8cc5d4433e9
parent2573ed8c6bc3ce5dcccbd3fddc2e8fe5a0377eac (diff)
Fix backlight for XD84 (#11309)
Like XD87, XD8 should have `#define BACKLIGHT_ON_STATE 0` too.
-rw-r--r--keyboards/xd84/config.h1
1 files changed, 1 insertions, 0 deletions
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