diff options
author | zvecr <z.zvecr@gmail.com> | 2018-11-26 17:27:07 +0000 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-26 09:27:07 -0800 |
commit | 0031e461913d23e37a9aebd1da5daf1c93a149ee (patch) | |
tree | b82a750c397ba3d6159133fe09a9e185a3e78ca9 /layouts/community/ortho_4x12/xyverz/rules.mk | |
parent | 97ab3211e2ace7a5cbf7bd2a21723ed751286c99 (diff) |
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
Diffstat (limited to 'layouts/community/ortho_4x12/xyverz/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/xyverz/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/xyverz/rules.mk b/layouts/community/ortho_4x12/xyverz/rules.mk index 852e38f24e..c181e11072 100644 --- a/layouts/community/ortho_4x12/xyverz/rules.mk +++ b/layouts/community/ortho_4x12/xyverz/rules.mk @@ -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 |