I think it was my combos that made NAV weird

- CONFIG is now shift and space held together
- had to rearrange the dynamic macros to make it work
- put back nav 0 and the tapping term mod
This commit is contained in:
Victor 2024-04-30 23:17:45 -05:00
commit 6344f4eec6
Failed to generate hash of commit
3 changed files with 8 additions and 5 deletions

View file

@ -20,6 +20,9 @@ uint16_t get_quick_tap_term(uint16_t keycode, keyrecord_t *record) {
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case NAV_0:
return TAPPING_TERM - 80;
default:
//uprintf("tapping term: %d \n", TAPPING_TERM);
return TAPPING_TERM;