Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
Nick Brassel 2023-09-25 12:34:48 +10:00
commit 1fb02d5ad8
No known key found for this signature in database
9 changed files with 435 additions and 2 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