tune settings
This commit is contained in:
parent
0c8f0cf304
commit
d94485304f
|
@ -42,4 +42,4 @@ Based on ideas and code from:
|
||||||
|
|
||||||
- https://oxey.dev/dhorf
|
- https://oxey.dev/dhorf
|
||||||
- https://github.com/manna-harbour/miryoku
|
- https://github.com/manna-harbour/miryoku
|
||||||
- https://getreuer.info/posts/keyboards/achordion
|
- https://github.com/getreuer/qmk-keymap
|
||||||
|
|
|
@ -20,21 +20,19 @@
|
||||||
// enable NKRO by default
|
// enable NKRO by default
|
||||||
#define FORCE_NKRO
|
#define FORCE_NKRO
|
||||||
|
|
||||||
// settings for home row modifiers
|
// many settings taken from https://github.com/getreuer/qmk-keymap
|
||||||
// details see https://precondition.github.io/home-row-mods
|
|
||||||
|
|
||||||
// detect typing streaks
|
// don't confuse apps
|
||||||
#define ACHORDION_STREAK
|
#define TAP_CODE_DELAY 5
|
||||||
|
|
||||||
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat.
|
|
||||||
#define QUICK_TAP_TERM 0
|
|
||||||
|
|
||||||
// home row mods
|
// home row mods
|
||||||
#define TAPPING_FORCE_HOLD
|
#define TAPPING_TERM 170
|
||||||
#define TAPPING_TERM 180
|
#define TAPPING_TERM_PER_KEY
|
||||||
|
#define PERMISSIVE_HOLD
|
||||||
|
#define QUICK_TAP_TERM_PER_KEY
|
||||||
|
|
||||||
// delay hold/release to not mess up software
|
// enable streak detection
|
||||||
#define TAP_CODE_DELAY 10
|
#define ACHORDION_STREAK
|
||||||
|
|
||||||
//
|
//
|
||||||
// underglow configuration
|
// underglow configuration
|
||||||
|
|
Loading…
Reference in a new issue