]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/treadstone32/keymaps/like_jis/rules.mk
[Keymap] Drashna Corne Keyboard updates (#5903)
[qmk_firmware.git] / keyboards / treadstone32 / 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 TAP_DANCE_ENABLE = no
7
8 # If your custom treadstone32 pcb, you can rewrite to yes.
9 RGBLIGHT_ENABLE = yes  # LED underglow (Enable WS2812 RGB underlight.)
10 LED_ANIMATIONS = yes        # LED animations
11
12 # Other selectable option
13 IOS_DEVICE_ENABLE = no      # connect to IOS device (iPad,iPhone)
14
15 ifeq ($(strip $(LED_ANIMATIONS)), yes)
16     # OPT_DEFS += -DRGBLIGHT_ANIMATIONS
17     OPT_DEFS += -DLED_ANIMATIONS
18 endif
19
20 ifeq ($(strip $(IOS_DEVICE_ENABLE)), yes)
21     OPT_DEFS += -DIOS_DEVICE_ENABLE
22 endif
23
24 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
25 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend