diff options
author | Joe Hu <i@sapika.ch> | 2020-12-30 06:12:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 22:12:58 +0000 |
commit | 824e1cd95d61018979a9e391219a95f5a95b4a6e (patch) | |
tree | 327845abc88c2cf9d26e0920165bf8cc5d4433e9 /keyboards/xd84 | |
parent | 2573ed8c6bc3ce5dcccbd3fddc2e8fe5a0377eac (diff) | |
download | qmk_firmware-824e1cd95d61018979a9e391219a95f5a95b4a6e.tar.gz qmk_firmware-824e1cd95d61018979a9e391219a95f5a95b4a6e.zip |
Fix backlight for XD84 (#11309)
Like XD87, XD8 should have `#define BACKLIGHT_ON_STATE 0` too.
Diffstat (limited to 'keyboards/xd84')
-rw-r--r-- | keyboards/xd84/config.h | 1 |
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 |