diff options
author | kaylanm <1063516+kaylanm@users.noreply.github.com> | 2020-11-05 23:58:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 20:58:00 -0800 |
commit | 5f2c4349543e06821d3c0b724f36e12767a04e54 (patch) | |
tree | 877c7577eada36efdb1df974126048c64379acbd /keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk | |
parent | f2eb080aa280ccbab9c9ed624afef2c1765d8e74 (diff) | |
download | qmk_firmware-5f2c4349543e06821d3c0b724f36e12767a04e54.tar.gz qmk_firmware-5f2c4349543e06821d3c0b724f36e12767a04e54.zip |
E85 backlight & LED indicator updates (#10678)
* Enable in-switch backlight on e85 for VIA keymaps.
Update LED indicator code for e85 hotswap/soldered PCBs.
Diffstat (limited to 'keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk b/keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk index 29a6f75191..45681e1b1b 100644 --- a/keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk +++ b/keyboards/exclusive/e85/hotswap/keymaps/via/rules.mk @@ -1,3 +1,4 @@ VIA_ENABLE = yes CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration
\ No newline at end of file +COMMAND_ENABLE = no # Commands for debug and configuration +BACKLIGHT_ENABLE = yes |