From 388e7b8b5f572c35e4fced3ba4ba7f1fb7061316 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 5 May 2024 23:17:41 -0500 Subject: [PATCH] I didn't fully remove the ampr taphold --- users/t4corun/features/taphold.c | 3 --- users/t4corun/t4corun.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/users/t4corun/features/taphold.c b/users/t4corun/features/taphold.c index 2e41a85b..69ef6460 100644 --- a/users/t4corun/features/taphold.c +++ b/users/t4corun/features/taphold.c @@ -128,9 +128,6 @@ bool process_tap_hold_key(keyrecord_t* record, uint16_t keycode) { case TR_SLSH: double_tap(TAPHOLD_SLSH, WAIT_DELAY); break; - case TR_AMPR: - double_tap(TAPHOLD_AMPR, WAIT_DELAY); - break; //custom action case TR_COMM: diff --git a/users/t4corun/t4corun.c b/users/t4corun/t4corun.c index 683ceed9..c0126242 100644 --- a/users/t4corun/t4corun.c +++ b/users/t4corun/t4corun.c @@ -52,11 +52,11 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { case TR_EQL: case TR_BSLS: case TR_SLSH: - case TR_AMPR: case TR_COMM: case TR_DOT: case TR_PERC: case TR_EXLM: + case TR_AT: case TR_MINS: case TR_GRV: case TR_SCLN: