diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-06-03 14:34:50 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-06-03 14:34:50 +0300 |
commit | a916f4e8b897b6b8925d7113d84f9eac7e7b67be (patch) | |
tree | 19131f31ecd9ccb8fb5672caf1b5ef652f4f88f1 /keyboards/ergodox/keymaps/333fred/Makefile | |
parent | aaa67f69305c5c78e15a1090ba7058adea59ff36 (diff) |
Let BACKLIGHT_ENABLE control the Infinity LEDs
Diffstat (limited to 'keyboards/ergodox/keymaps/333fred/Makefile')
-rw-r--r-- | keyboards/ergodox/keymaps/333fred/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ergodox/keymaps/333fred/Makefile b/keyboards/ergodox/keymaps/333fred/Makefile index 87985bda19..b977722a2f 100644 --- a/keyboards/ergodox/keymaps/333fred/Makefile +++ b/keyboards/ergodox/keymaps/333fred/Makefile @@ -1,7 +1,7 @@ SUBPROJECT_DEFAULT = infinity LCD_BACKLIGHT_ENABLE = yes LCD_ENABLE = yes -LED_ENABLE = yes +BACKLIGHT_ENABLE = yes BACKLIGHT_ENABLE = yes NKRO_ENABLE = yes TAP_DANCE_ENABLE = yes |