From 1e05bad1baadd4f50fdf656f49e23d0fcea86834 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 24 Jun 2023 17:44:21 +1000 Subject: Move `TAPPING_TERM` to data driven (#21296) Co-authored-by: Nick Brassel --- keyboards/helix/pico/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'keyboards/helix/pico/config.h') diff --git a/keyboards/helix/pico/config.h b/keyboards/helix/pico/config.h index 9d7a787c13..f5eb4c13e1 100644 --- a/keyboards/helix/pico/config.h +++ b/keyboards/helix/pico/config.h @@ -20,7 +20,6 @@ along with this program. If not, see . #pragma once #define QUICK_TAP_TERM 0 -#define TAPPING_TERM 100 #define SERIAL_SLAVE_BUFFER_LENGTH ((MATRIX_ROWS)/2) #define SERIAL_MASTER_BUFFER_LENGTH ((MATRIX_ROWS)/2) -- cgit v1.2.3