Browse Source

Fix variable misspelling (#21774)

plaublin 2 years ago
parent
commit
131bc92b77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      layouts/community/ortho_4x12/drashna/rules.mk

+ 1 - 1
layouts/community/ortho_4x12/drashna/rules.mk

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