mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 22:54:16 -04:00
Rearranged numpad and removed layer taps
- currently I am getting out of rhythm typing /. Would get 01 instead - Moved 0 next to 4 on the numpad. This may take some time gettng used to - Removed the tapping term per key since I was no longer doing customizations
This commit is contained in:
parent
31d8098de2
commit
e43d0eabc9
5 changed files with 4 additions and 25 deletions
|
@ -1,15 +0,0 @@
|
|||
#include "tapping.h"
|
||||
|
||||
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
||||
|
||||
switch (keycode) {
|
||||
|
||||
case NAV_0:
|
||||
return TAPPING_TERM + 60;
|
||||
|
||||
default:
|
||||
return TAPPING_TERM;
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue