1
0
Fork 0

Add layout support for contra.

This commit is contained in:
Joe Wasson 2018-03-11 17:58:23 -07:00 committed by Jack Humbert
parent bfa34d02b0
commit 2dacf25f28
4 changed files with 45 additions and 13 deletions

View file

@ -1,4 +1,4 @@
# Enable RGB if not a Planck
ifeq (,$(findstring planck,$(KEYBOARD)))
ifeq ($(LAYOUTS_HAS_RGB),yes)
RGBLIGHT_ENABLE = yes
endif