mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
Trying Callum after my Swoop got stuck in game mode
- reshuffling everything to somewhat match his keymap - removed a bunch of combos
This commit is contained in:
parent
e6fae5e3b1
commit
39ca5f2f73
11 changed files with 48 additions and 85 deletions
|
@ -3,9 +3,6 @@
|
|||
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
||||
switch (keycode) {
|
||||
|
||||
case NAV_0:
|
||||
return TAPPING_TERM - 60;
|
||||
|
||||
default:
|
||||
//uprintf("tapping term: %d \n", TAPPING_TERM);
|
||||
return TAPPING_TERM;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue