diff options
Diffstat (limited to 'layouts/community/ortho_4x12/bakingpy')
-rw-r--r-- | layouts/community/ortho_4x12/bakingpy/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/rules.mk b/layouts/community/ortho_4x12/bakingpy/rules.mk index 45ad262393..02899eafeb 100644 --- a/layouts/community/ortho_4x12/bakingpy/rules.mk +++ b/layouts/community/ortho_4x12/bakingpy/rules.mk @@ -1,4 +1,4 @@ # Enable RGB if not a Planck -ifeq (,$(findstring planck,$(KEYBOARD))) +ifeq ($(LAYOUTS_HAS_RGB),yes) RGBLIGHT_ENABLE = yes endif |