Fix variable misspelling (#21774)

master
plaublin 2023-09-25 11:32:50 +09:00 committed by GitHub
parent 4ebb065f94
commit 131bc92b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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