From 03443736907a87a2052be4c89c0f9543a1b71613 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 24 May 2024 00:18:47 -0500 Subject: [PATCH] Bug fixing - forgot to put quotes in the tapping include - REmoved some boards to compile --- qmk.json | 2 -- users/t4corun/features/tapping.c | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/qmk.json b/qmk.json index 48af71e4..af6e7139 100644 --- a/qmk.json +++ b/qmk.json @@ -9,8 +9,6 @@ ["bluebell/swoop", "t4corun"], ["barbellboards/rollow", "t4corun"], ["klor/2040", "t4corun"], - ["klor", "default"], - ["klor/2040", "default"], ["klor/2040", "saegewerk"] ] diff --git a/users/t4corun/features/tapping.c b/users/t4corun/features/tapping.c index 8f74b616..4fc7f71e 100644 --- a/users/t4corun/features/tapping.c +++ b/users/t4corun/features/tapping.c @@ -1,5 +1,6 @@ -#include tapping.h +#include "tapping.h" +uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { switch (keycode) { case NAV: