diff options
author | Fabian Topfstedt <topfstedt@schneevonmorgen.com> | 2017-07-26 12:19:13 +0200 |
---|---|---|
committer | Fabian Topfstedt <topfstedt@schneevonmorgen.com> | 2017-07-26 12:19:13 +0200 |
commit | de9331c50cb8ec769f7f4fb2eb7a73a435fc4db2 (patch) | |
tree | 5f1fc6fd54491340b21563ca18049fa5b17d0e0c /keyboards/lets_split/keymaps | |
parent | 3b05183deb37dd39a7dcc9d989da1e7ee61c19a5 (diff) | |
download | qmk_firmware-de9331c50cb8ec769f7f4fb2eb7a73a435fc4db2.tar.gz qmk_firmware-de9331c50cb8ec769f7f4fb2eb7a73a435fc4db2.zip |
custom makefile
Diffstat (limited to 'keyboards/lets_split/keymaps')
-rw-r--r-- | keyboards/lets_split/keymaps/fabian/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/fabian/Makefile b/keyboards/lets_split/keymaps/fabian/Makefile new file mode 100644 index 0000000000..b8c82cb99d --- /dev/null +++ b/keyboards/lets_split/keymaps/fabian/Makefile @@ -0,0 +1,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 |