Removing layer taps

- Decided I didn't mind having 0 where it is and not having layer taps
This commit is contained in:
Victor 2024-05-24 21:09:00 -05:00
parent 1a1a230c1c
commit 81b0596b0a
Failed to generate hash of commit
5 changed files with 2 additions and 18 deletions

View file

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

View file

@ -1,2 +0,0 @@
#pragma once
#include "t4corun.h"