diff options
author | Juno Nguyen <juno.ngx@gmail.com> | 2020-10-02 05:13:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 22:13:13 +0100 |
commit | 2f01c6ee188986cc21a6485c65f1a404761a704f (patch) | |
tree | 4efa66ae71922e52c09ad46b850115c4522f4615 /layouts/community/ortho_4x12/junonum/rules.mk | |
parent | 10f5767010dbfc37e94ab3f5ab3549284073a570 (diff) |
Update make rules for community/ortho_4x12/junonum (#10467)
Diffstat (limited to 'layouts/community/ortho_4x12/junonum/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/junonum/rules.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/layouts/community/ortho_4x12/junonum/rules.mk b/layouts/community/ortho_4x12/junonum/rules.mk index e206273f82..9f5d7e9862 100644 --- a/layouts/community/ortho_4x12/junonum/rules.mk +++ b/layouts/community/ortho_4x12/junonum/rules.mk @@ -1,9 +1,13 @@ SRC += muse.c -ifeq ($(strip $(KEYBOARD)), planck/rev6) - BACKLIGHT_ENABLE = no -else +ifeq ($(strip $(KEYBOARD)),$(filter $(strip $(KEYBOARD)), planck/rev2 planck/rev3 planck/rev4 planck/rev5)) BACKLIGHT_ENABLE = yes +else + BACKLIGHT_ENABLE = no +endif + +ifeq ($(strip $(KEYBOARD)), vitamins_included/rev1) + NKRO_ENABLE = no endif MIDI_ENABLE=no |