share more code
This commit is contained in:
parent
7d77543667
commit
504f362d96
9 changed files with 31 additions and 67 deletions
|
@ -30,7 +30,7 @@
|
|||
// details see https://precondition.github.io/home-row-mods
|
||||
|
||||
// the default is 200
|
||||
#define TAPPING_TERM 180
|
||||
#define TAPPING_TERM 175
|
||||
|
||||
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
|
||||
#define QUICK_TAP_TERM 0
|
||||
|
|
14
common/rules.mk
Normal file
14
common/rules.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# allow to use 'qmk console'
|
||||
CONSOLE_ENABLE = yes
|
||||
|
||||
# Enable N-Key Rollover
|
||||
NKRO_ENABLE = yes
|
||||
|
||||
# less features we don't use
|
||||
MOUSEKEY_ENABLE = no
|
||||
SPACE_CADET_ENABLE = no
|
||||
GRAVE_ESC_ENABLE = no
|
||||
MAGIC_ENABLE = no
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += /home/cullmann/install/qmk/christoph-cullmann/common/achordion.c
|
Loading…
Add table
Add a link
Reference in a new issue