From b829c056d2f9ccbcd0a9a6b516e0b21fbf04c878 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 22 Apr 2024 00:26:08 -0500 Subject: [PATCH] Another typo to fix --- users/t4corun/features/taphold.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/t4corun/features/taphold.c b/users/t4corun/features/taphold.c index 715c1b46..3cbf5541 100644 --- a/users/t4corun/features/taphold.c +++ b/users/t4corun/features/taphold.c @@ -79,7 +79,7 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode) { case TR_GRV: single_tap(TAPHOLD_GRV, isHold); break; - case TAPHOLD_SCLN: + case TR_SCLN: single_tap(TAPHOLD_SCLN, isHold); break; case TR_QUOT: @@ -157,7 +157,7 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode) { case TR_GRV: single_tap(TAPHOLD_GRV, isHold); break; - case TAPHOLD_SCLN: + case TR_SCLN: single_tap(TAPHOLD_SCLN, isHold); break; case TR_QUOT: