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