diff options
| author | Wilba <Jason.S.Williams@gmail.com> | 2021-04-29 20:39:14 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 03:39:14 -0700 |
| commit | 05ee0afd5443d856b1adf2fd4ddea50797919f65 (patch) | |
| tree | 694817a36c20ac3d0404a535230e84f4758a5a2b | |
| parent | 54e8dd08857b04c1bdf28e2eaa6cc7aefd72f70f (diff) | |
| download | qmk_firmware-05ee0afd5443d856b1adf2fd4ddea50797919f65.tar.gz qmk_firmware-05ee0afd5443d856b1adf2fd4ddea50797919f65.zip | |
Fix F13 LED issue for WT75-B, WT75-C (#12729)
| -rw-r--r-- | keyboards/wilba_tech/wt75_b/config.h | 3 | ||||
| -rw-r--r-- | keyboards/wilba_tech/wt75_c/config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/wilba_tech/wt75_b/config.h b/keyboards/wilba_tech/wt75_b/config.h index 995363a41..f703d7e0c 100644 --- a/keyboards/wilba_tech/wt75_b/config.h +++ b/keyboards/wilba_tech/wt75_b/config.h | |||
| @@ -178,9 +178,6 @@ | |||
| 178 | // enable the mono backlight | 178 | // enable the mono backlight |
| 179 | #define MONO_BACKLIGHT_ENABLED 1 | 179 | #define MONO_BACKLIGHT_ENABLED 1 |
| 180 | 180 | ||
| 181 | // enable the RGB indicator for WT75-A | ||
| 182 | #define MONO_BACKLIGHT_WT75_A | ||
| 183 | |||
| 184 | // disable backlight when USB suspended (PC sleep/hibernate/shutdown) | 181 | // disable backlight when USB suspended (PC sleep/hibernate/shutdown) |
| 185 | #define MONO_BACKLIGHT_DISABLE_WHEN_USB_SUSPENDED 0 | 182 | #define MONO_BACKLIGHT_DISABLE_WHEN_USB_SUSPENDED 0 |
| 186 | 183 | ||
diff --git a/keyboards/wilba_tech/wt75_c/config.h b/keyboards/wilba_tech/wt75_c/config.h index 954e11249..00fbfbd8a 100644 --- a/keyboards/wilba_tech/wt75_c/config.h +++ b/keyboards/wilba_tech/wt75_c/config.h | |||
| @@ -178,9 +178,6 @@ | |||
| 178 | // enable the mono backlight | 178 | // enable the mono backlight |
| 179 | #define MONO_BACKLIGHT_ENABLED 1 | 179 | #define MONO_BACKLIGHT_ENABLED 1 |
| 180 | 180 | ||
| 181 | // enable the RGB indicator for WT75-A | ||
| 182 | #define MONO_BACKLIGHT_WT75_A | ||
| 183 | |||
| 184 | // disable backlight when USB suspended (PC sleep/hibernate/shutdown) | 181 | // disable backlight when USB suspended (PC sleep/hibernate/shutdown) |
| 185 | #define MONO_BACKLIGHT_DISABLE_WHEN_USB_SUSPENDED 0 | 182 | #define MONO_BACKLIGHT_DISABLE_WHEN_USB_SUSPENDED 0 |
| 186 | 183 | ||
