diff options
author | IBNobody <ibnobody@gmail.com> | 2016-10-23 20:45:20 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-10-23 20:45:20 -0500 |
commit | 05ceef2350dbd72f696d70b8a2567d048fa147dc (patch) | |
tree | 598e5f77c3b32d96774fd096765908fcbdf15df9 /keyboards/ergodox/keymaps/pvinis/Makefile | |
parent | 826417bfc001377719c9034fe273d1596ba62c9c (diff) | |
parent | 2e2b9962cdc20e9f46dd0194f25a68ffa05e7d36 (diff) |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
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 |