]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/yang/rules.mk
Remove all Makefiles from the keyboards directory. (#1660)
[qmk_firmware.git] / keyboards / planck / keymaps / yang / rules.mk
1 # Build Options
2 #   change to "no" to disable the options, or define them in the Makefile in 
3 #   the appropriate keymap folder that will get included automatically
4 #
5 RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
6 AUDIO_ENABLE = no
7
8 ifndef QUANTUM_DIR
9         include ../../../../Makefile
10 endif