diff options
author | h-parks <harrison.m.parks@gmail.com> | 2016-10-18 21:58:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 21:58:33 -0500 |
commit | 1688c014ccc89fc46538c7b9f80cb09126904a4f (patch) | |
tree | 53501109472f6fb46339338c4f1aa94a4c3f185b /keyboards/ergodox/keymaps/win10_writers-block/Makefile | |
parent | 04df74f6360464661bcc1e6794e9fd3549084390 (diff) |
Win10 Writer's Block - An ErgoDox Keymap
This is a QWERTY layout for ErgoDox on QMK. It's designed to work well in MS Office-like environments. It's tested on Windows 7 and 10.
Diffstat (limited to 'keyboards/ergodox/keymaps/win10_writers-block/Makefile')
-rw-r--r-- | keyboards/ergodox/keymaps/win10_writers-block/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/win10_writers-block/Makefile b/keyboards/ergodox/keymaps/win10_writers-block/Makefile new file mode 100644 index 0000000000..fbab4b71c4 --- /dev/null +++ b/keyboards/ergodox/keymaps/win10_writers-block/Makefile @@ -0,0 +1,9 @@ +# Having a file like this allows you to override Makefile definitions +# for your own particular keymap + +TAP_DANCE_ENABLE=yes + + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |