1
0
Fork 0

Keyboard: 40percentclub - enable 4x4 and 5x5 community keymaps (#4437)

* Enable 4x4 and 5x5 community keymap support

* Pull 4x4 community keymap fixes from @noroadsleft

* Build fixes for guidoism keymap - move keymap to layouts/community/planck_mit as it uses the LAYOUT_planck_mit macro
This commit is contained in:
zvecr 2018-11-26 17:27:07 +00:00 committed by Drashna Jaelre
parent 97ab3211e2
commit 0031e46191
12 changed files with 21 additions and 6 deletions

View file

@ -5,6 +5,8 @@ endif
AUDIO_ENABLE = no
ifeq ($(strip $(KEYBOARD)), zlant)
BACKLIGHT_ENABLE = no
else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
BACKLIGHT_ENABLE = no
else
BACKLIGHT_ENABLE = yes
endif