[Keymap] junonum: community keymap improvement (#19727)

Co-authored-by: Minh-tri Nguyen <mtngx@PigeonMac.local>
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Juno Nguyen
2023-02-10 05:07:00 +08:00
committed by GitHub
parent 40f0325af8
commit cdaac25861
2 changed files with 160 additions and 137 deletions

View File

@@ -1,13 +1,15 @@
SRC += muse.c
ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += muse.c
endif
ifeq ($(strip $(KEYBOARD)),$(filter $(strip $(KEYBOARD)), planck/rev2 planck/rev3 planck/rev4 planck/rev5))
BACKLIGHT_ENABLE = yes
BACKLIGHT_ENABLE = yes
else
BACKLIGHT_ENABLE = no
BACKLIGHT_ENABLE = no
endif
ifeq ($(strip $(KEYBOARD)), vitamins_included/rev1)
NKRO_ENABLE = no
NKRO_ENABLE = no
endif
MIDI_ENABLE=no