qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 131bc92b7723d38015e7e82b7dccd773c90f7818
parent 4ebb065f94694b40cadf77808cba946d2fb5bb3c
Author: plaublin <pl@pakupaku.me>
Date:   Mon, 25 Sep 2023 11:32:50 +0900

Fix variable misspelling (#21774)


Diffstat:
Mlayouts/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 @@ -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