mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-01 15:22:28 +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
|