Big changes

- Removed all the mouse and config combos
- Added all the mouse buttons to the number layer
- removed the snipping tool and file explorer shortcut
- redid the config layer for the new activation
This commit is contained in:
Victor 2024-05-01 19:57:17 -05:00
parent 6344f4eec6
commit 69bfe86bb7
Failed to generate hash of commit
5 changed files with 31 additions and 19 deletions

View file

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