back to achordion

better support of one hand rolls
This commit is contained in:
Christoph Cullmann 2024-12-20 22:41:24 +01:00
parent 0d8942571b
commit edf089efd7
No known key found for this signature in database
9 changed files with 666 additions and 15 deletions

View file

@ -12,14 +12,22 @@
// from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows:
#define USB_POLLING_INTERVAL_MS 1
// many settings taken from https://github.com/getreuer/qmk-keymap
// don't confuse apps
#define TAP_CODE_DELAY 5
// home row mods
#define CHORDAL_HOLD
#define TAPPING_TERM 170
#define TAPPING_TERM_PER_KEY
#define PERMISSIVE_HOLD
#define TAPPING_TERM 175
// no auto repeat stuff
#define QUICK_TAP_TERM 0
// enable streak detection
#define ACHORDION_STREAK
// tranfer enough info for the stuff we render on the OLEDs
#define SPLIT_LAYER_STATE_ENABLE
#define SPLIT_LED_STATE_ENABLE