diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-13 14:11:40 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-08-13 14:11:40 -0400 |
commit | 1631f7cd798dcf428404977e441d7e5b65fe81ce (patch) | |
tree | 1c2c1d85598d7b1332e2e82b6276a49b2dc2d2b0 /keyboards/org60/keymaps/boardy/Makefile | |
parent | f64d4242ada746a1d7bd7aef9acf8f3cf8a5ba6f (diff) | |
parent | 09e5885e45cf37c0651744770cd99b5b744ba894 (diff) |
Merge branch 'master' into minidox
Diffstat (limited to 'keyboards/org60/keymaps/boardy/Makefile')
-rw-r--r-- | keyboards/org60/keymaps/boardy/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/org60/keymaps/boardy/Makefile b/keyboards/org60/keymaps/boardy/Makefile new file mode 100644 index 0000000000..0755d50093 --- /dev/null +++ b/keyboards/org60/keymaps/boardy/Makefile @@ -0,0 +1,15 @@ + +# QMK 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 +# +CONSOLE_ENABLE = no # Enable debugging console +COMMAND_ENABLE = no # Commands for debug and configuration +TAP_DANCE_ENABLE = no # Tap Dance skills +UNICODE_ENABLE = no # Unicode + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif + + |