mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-04-30 04:02:19 +00:00
10 lines
246 B
Makefile
10 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
|