mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
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:
parent
6344f4eec6
commit
69bfe86bb7
5 changed files with 31 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue