]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/yang/Makefile
Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)
[qmk_firmware.git] / keyboards / planck / keymaps / yang / Makefile
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
7 ifndef QUANTUM_DIR
8         include ../../../../Makefile
9 endif