blob: 110af7501cc06c788d5dfcf9016907d6cd4dcb21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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 # Unicode
ifndef QUANTUM_DIR
include ../../../../Makefile
endif
|