diff options
author | Pavlos Vinieratos <pvinis@gmail.com> | 2016-09-20 11:38:45 +0200 |
---|---|---|
committer | Pavlos Vinieratos <pvinis@gmail.com> | 2016-10-11 10:34:47 +0200 |
commit | 2855de5f0fdc6767b57877687b614687fdafa64c (patch) | |
tree | 200bd2cc3cdd551f2febe945a85738c76c7ee573 /keyboards/ergodox/keymaps/pvinis/Makefile | |
parent | 698d02122b2f705eb57d177e567c059289c6d7f8 (diff) |
init keymap
Diffstat (limited to 'keyboards/ergodox/keymaps/pvinis/Makefile')
-rw-r--r-- | keyboards/ergodox/keymaps/pvinis/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/pvinis/Makefile b/keyboards/ergodox/keymaps/pvinis/Makefile new file mode 100644 index 0000000000..7ceb51ce4c --- /dev/null +++ b/keyboards/ergodox/keymaps/pvinis/Makefile @@ -0,0 +1,9 @@ +CONSOLE_ENABLE = no # for debugging + +SLEEP_LED_ENABLE = no # no led blinking while sleeping +NKRO_ENABLE = yes # disable for windows +TAP_DANCE_ENABLE = yes # tap-tap-tap + +ifndef QUANTUM_DIR + include ../../../../Makefile +endif |