mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 03:24:37 +00:00
9 lines
246 B
Makefile
9 lines
246 B
Makefile
# 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
|