]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/ishtob/rule.mk
Remove deprecated QUANTUM_DIR code blocks from makefiles (#4754)
[qmk_firmware.git] / keyboards / planck / keymaps / ishtob / rule.mk
1 # Build Options
2 #   comment out to disable the options.
3 #
4 BACKLIGHT_ENABLE = no
5 BOOTMAGIC_ENABLE = yes  # Virtual DIP switch configuration
6 ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
7 MOUSEKEY_ENABLE = yes   # Mouse keys
8 EXTRAKEY_ENABLE = yes   # Audio control and System control
9 CONSOLE_ENABLE = yes    # Console for debug
10 COMMAND_ENABLE = yes    # Commands for debug and configuration
11 #SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
12 NKRO_ENABLE = yes           # USB Nkey Rollover
13 CUSTOM_MATRIX = yes # Custom matrix file
14 AUDIO_ENABLE = yes
15 ENCODER_ENABLE = yes
16 # SERIAL_LINK_ENABLE = yes
17
18 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
19 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
20