mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 15:44:17 -04:00
Removing layer taps
- Decided I didn't mind having 0 where it is and not having layer taps
This commit is contained in:
parent
1a1a230c1c
commit
81b0596b0a
5 changed files with 2 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
|||
#include "tapping.h"
|
||||
|
||||
uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
||||
switch (keycode) {
|
||||
case NAV:
|
||||
return TAPPING_TERM - 40;
|
||||
|
||||
default:
|
||||
return TAPPING_TERM;
|
||||
}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
#pragma once
|
||||
#include "t4corun.h"
|
Loading…
Add table
Add a link
Reference in a new issue