diff options
| author | plaublin <pl@pakupaku.me> | 2023-09-25 11:32:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 12:32:50 +1000 |
| commit | 131bc92b7723d38015e7e82b7dccd773c90f7818 (patch) | |
| tree | 079e7c3fb467e987176c9e092821a6bfe79c74dd /layouts | |
| parent | 4ebb065f94694b40cadf77808cba946d2fb5bb3c (diff) | |
Fix variable misspelling (#21774)
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/ortho_4x12/drashna/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/drashna/rules.mk b/layouts/community/ortho_4x12/drashna/rules.mk index a2278e931d..15775bcbe3 100644 --- a/layouts/community/ortho_4x12/drashna/rules.mk +++ b/layouts/community/ortho_4x12/drashna/rules.mk | |||
| @@ -8,7 +8,7 @@ CONSOLE_ENABLE = no | |||
| 8 | COMMAND_ENABLE = no | 8 | COMMAND_ENABLE = no |
| 9 | BACKLIGHT_ENABLE = no | 9 | BACKLIGHT_ENABLE = no |
| 10 | 10 | ||
| 11 | ifeq ($(strip $(LAYOUT_HAS_RGB)), yes) | 11 | ifeq ($(strip $(LAYOUTS_HAS_RGB)), yes) |
| 12 | RGBLIGHT_ENABLE = yes | 12 | RGBLIGHT_ENABLE = yes |
| 13 | endif | 13 | endif |
| 14 | 14 | ||
