forked from mirrors/qmk_userspace
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:
parent
97ab3211e2
commit
0031e46191
12 changed files with 21 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -5,10 +5,10 @@ ifeq ($(strip $(KEYBOARD)), jj40)
|
|||
SWAP_HANDS_ENABLE = no
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), 4x4)
|
||||
ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
|
||||
SWAP_HANDS_ENABLE = no
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), zlant)
|
||||
SWAP_HANDS_ENABLE = no
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -3,6 +3,8 @@ AUDIO_ENABLE = no # Audio output on port C6
|
|||
|
||||
ifeq ("$(KEYBOARD)","vitamins_included")
|
||||
RGBLIGHT_ENABLE = no
|
||||
else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
|
||||
RGBLIGHT_ENABLE = no
|
||||
else
|
||||
RGBLIGHT_ENABLE = yes
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue