Skip to content

Commit

Permalink
Fix variable misspelling (qmk#21774)
Browse files Browse the repository at this point in the history
  • Loading branch information
plaublin authored and akeep committed Oct 2, 2023
1 parent a9583a8 commit 5a3922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/community/ortho_4x12/drashna/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a3922d

Please sign in to comment.