]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/ishtob/rule.mk
Adding ishtob keymap to master (#3235)
[qmk_firmware.git] / keyboards / planck / keymaps / ishtob / rule.mk
1 ifeq ($(strip $(SECRETS)),yes)
2         OPT_DEF += -DSECRETS
3 endif
4
5 # Build Options
6 #   comment out to disable the options.
7 #
8 BACKLIGHT_ENABLE = no
9 BOOTMAGIC_ENABLE = yes  # Virtual DIP switch configuration
10 ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.)
11 MOUSEKEY_ENABLE = yes   # Mouse keys
12 EXTRAKEY_ENABLE = yes   # Audio control and System control
13 CONSOLE_ENABLE = yes    # Console for debug
14 COMMAND_ENABLE = yes    # Commands for debug and configuration
15 #SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
16 NKRO_ENABLE = yes           # USB Nkey Rollover
17 CUSTOM_MATRIX = yes # Custom matrix file
18 AUDIO_ENABLE = yes
19 RGB_MATRIX_ENABLE = yes
20 ENCODER_ENABLE = yes
21 # SERIAL_LINK_ENABLE = yes
22
23 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
24 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
25
26 ifndef QUANTUM_DIR
27         include ../../../../Makefile
28 endif