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:
Victor 2024-05-05 20:27:25 -05:00
parent e6fae5e3b1
commit 39ca5f2f73
Failed to generate hash of commit
11 changed files with 48 additions and 85 deletions

View file

@ -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;