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 | |
| 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')
| -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 9a823669d..fb6099e6f 100644 --- a/keyboards/xd84/config.h +++ b/keyboards/xd84/config.h | |||
| @@ -52,6 +52,7 @@ | |||
| 52 | 52 | ||
| 53 | #define BACKLIGHT_PIN B5 | 53 | #define BACKLIGHT_PIN B5 |
| 54 | #define BACKLIGHT_LEVELS 10 | 54 | #define BACKLIGHT_LEVELS 10 |
| 55 | #define BACKLIGHT_ON_STATE 0 | ||
| 55 | // #define BACKLIGHT_BREATHING | 56 | // #define BACKLIGHT_BREATHING |
| 56 | 57 | ||
| 57 | #define RGB_DI_PIN C7 | 58 | #define RGB_DI_PIN C7 |
