Browse Source

Fix backlight for XD84 (#11309)

Like XD87, XD8 should have `#define BACKLIGHT_ON_STATE 0` too.
pull/11348/head
Joe Hu 3 years ago
committed by GitHub
parent
commit
824e1cd95d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      keyboards/xd84/config.h

+ 1
- 0
keyboards/xd84/config.h View File

@ -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


Loading…
Cancel
Save