Adding standard keymap for wave keyboard to fix #22695 (#22741)

This commit is contained in:
Etienne Collin
2024-03-21 22:40:59 -04:00
committed by GitHub
parent c8253af773
commit c038292c1e
6 changed files with 219 additions and 50 deletions

View File

@@ -19,16 +19,24 @@
// Activate caps word by pressing Left Shift + Right Shift
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
// Enable rapid switch from tap to hold, disables double tap hold auto-repeat
#define QUICK_TAP_TERM 0
// Maximum time between taps of tap dances
#define TAPPING_TERM 175
// Max time between taps to prevent hold function and hold auto-repeat
#define QUICK_TAP_TERM 100
// Perform hold action if pressing a dual-role key, tapping another key and
// releasing the dual-role key withing tapping term
// releasing the dual-role key within tapping term
#define PERMISSIVE_HOLD
// Perform hold action if pressing a dual-role key, pressing another key,
// releasing the dual-role key and releasing the other key withing tapping term
#define HOLD_ON_OTHER_KEY_PRESS
// Mouse key speed and acceleration.
#define MOUSEKEY_DELAY 0
#define MOUSEKEY_INTERVAL 16
#define MOUSEKEY_WHEEL_DELAY 0
#define MOUSEKEY_MAX_SPEED 6
#define MOUSEKEY_TIME_TO_MAX 64
// Thumb Combos
#define COMBO_COUNT 2
#define COMBO_TERM 200
#define EXTRA_SHORT_COMBOS