add combos

This commit is contained in:
Pablo Ontiveros 2025-08-28 22:18:44 -06:00
parent b7c9010abd
commit 5e5a529a37
4 changed files with 296 additions and 7 deletions

View file

@ -4,7 +4,7 @@
#define LAYER_STATE_16BIT
#define TAPPING_TERM 220
#define TAPPING_TERM 200
#ifdef OLED_ENABLE
# define SPLIT_LAYER_STATE_ENABLE
@ -17,3 +17,10 @@
#define DYNAMIC_KEYMAP_LAYER_COUNT 9
// Home row mods optimization
#define PERMISSIVE_HOLD
#define QUICK_TAP_TERM 120
#define BILATERAL_COMBINATIONS
#define BILATERAL_COMBINATIONS_TYPING_STREAK_TIMEOUT 160
#define COMBO_TERM 30