]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/pete/rules.mk
Remove all Makefiles from the keyboards directory. (#1660)
[qmk_firmware.git] / keyboards / planck / keymaps / pete / rules.mk
1
2
3 # Build Options
4 #   change to "no" to disable the options, or define them in the Makefile in 
5 #   the appropriate keymap folder that will get included automatically
6 #
7 AUDIO_ENABLE = no
8 NKRO_ENABLE = yes
9
10 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
11 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
12
13 ifndef QUANTUM_DIR
14         include ../../../../Makefile
15 endif