]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/nomu30/keymaps/like_jis/rules.mk
[Keymap] Add keymap nomu30 likejijs (#5917)
[qmk_firmware.git] / keyboards / nomu30 / keymaps / like_jis / rules.mk
1
2 # Build Options
3 #   change to "no" to disable the options, or define them in the Makefile in
4 #   the appropriate keymap folder that will get included automatically
5 #
6 MOUSEKEY_ENABLE =  yes       # Mouse keys(+4700)
7 TAP_DANCE_ENABLE = no
8
9 # If your custom treadstone32 pcb, you can rewrite to yes.
10 RGBLIGHT_ENABLE = yes  # LED underglow (Enable WS2812 RGB underlight.)
11 LED_ANIMATIONS = yes        # LED animations
12
13 # Other selectable option
14 IOS_DEVICE_ENABLE = no      # connect to IOS device (iPad,iPhone)
15
16 ifeq ($(strip $(LED_ANIMATIONS)), yes)
17     # OPT_DEFS += -DRGBLIGHT_ANIMATIONS
18     OPT_DEFS += -DLED_ANIMATIONS
19 endif
20
21 ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
22     OPT_DEFS += -DIOS_DEVICE_ENABLE
23 endif
24
25 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
26 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend