diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2016-10-13 21:51:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-13 21:51:35 +0200 |
commit | 2098b363eac81298ca51edc06970a767d991c78c (patch) | |
tree | 21efeb402b250ece4c62e39e71eec06d925eaea3 /keyboards/ergodox/keymaps/pvinis/Makefile | |
parent | 811257a0c8a20a7bf5481f745a083f7e7f01342c (diff) | |
parent | 0a9ad8f335f5b5b9d184d9e5e9ece6cda149df7e (diff) |
Merge pull request #9 from jackhumbert/master
Merge from jackhumbert
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 |