From f16639dbc3ca9ebee8fb94860643d746b8c085ea Mon Sep 17 00:00:00 2001 From: plaublin Date: Mon, 25 Sep 2023 11:32:50 +0900 Subject: [PATCH] Fix variable misspelling (#21774) --- layouts/community/ortho_4x12/drashna/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/community/ortho_4x12/drashna/rules.mk b/layouts/community/ortho_4x12/drashna/rules.mk index a2278e931dd3..15775bcbe3d2 100644 --- a/layouts/community/ortho_4x12/drashna/rules.mk +++ b/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