]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/unicode/rules.mk
Remove all Makefiles from the keyboards directory. (#1660)
[qmk_firmware.git] / keyboards / planck / keymaps / unicode / 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 UNICODE_ENABLE   = yes  # Unicode
8
9 ifndef QUANTUM_DIR
10         include ../../../../Makefile
11 endif