mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 14:44:16 -04:00
More tuning
- Split 0 and Nav so Nav would be more responsive - Made the caps word idle timeout the same as One shot timeout
This commit is contained in:
parent
577fb57b7e
commit
ad575dd574
2 changed files with 3 additions and 3 deletions
|
@ -17,4 +17,4 @@
|
|||
|
||||
//Set common configuration for all keyboards
|
||||
#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
|
||||
#define CAPS_WORD_IDLE_TIMEOUT 3000
|
||||
#define CAPS_WORD_IDLE_TIMEOUT 2000
|
|
@ -224,8 +224,8 @@ enum keycodes {
|
|||
#define LAYER_NUMBER \
|
||||
___x___, SC_SNIP, SC_FILE, ___x___, ___x___, ___x___, KC_7, KC_8, KC_9, KC_COMM, \
|
||||
_GACS_MODS________________________, ___x___, ___x___, KC_4, KC_5, KC_6, KC_DOT, \
|
||||
_UCCPR_L___________________________________, ___x___, KC_1, KC_2, KC_3, TR_MINS, \
|
||||
_LAYER_TRANS_____________, KC_SPC, NAV_0, ___x___
|
||||
_UCCPR_L___________________________________, KC_0, KC_1, KC_2, KC_3, TR_MINS, \
|
||||
_LAYER_TRANS_____________, _BASE_R4_________________
|
||||
|
||||
|
||||
#define LAYER_SYMBOL \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue