blob: b8c82cb99d345dc3490707f5e82d961b5893bbdd (
plain)
1
2
3
4
5
6
7
8
9
|
# Build Options
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically
#
# UNICODE_ENABLE = yes
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
|