mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
Fix variable misspelling (#21774)
This commit is contained in:
parent
4ebb065f94
commit
131bc92b77
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ CONSOLE_ENABLE = no
|
|||
COMMAND_ENABLE = no
|
||||
BACKLIGHT_ENABLE = no
|
||||
|
||||
ifeq ($(strip $(LAYOUT_HAS_RGB)), yes)
|
||||
ifeq ($(strip $(LAYOUTS_HAS_RGB)), yes)
|
||||
RGBLIGHT_ENABLE = yes
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue