From 1e441895b21b75fc23729eadda7c37d9954bfa08 Mon Sep 17 00:00:00 2001 From: yuanwang Date: Mon, 8 Jul 2024 12:58:06 -0600 Subject: [PATCH] how is this --- qmk/yuanw/keymap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qmk/yuanw/keymap.c b/qmk/yuanw/keymap.c index 5f9a6d1..f56b146 100644 --- a/qmk/yuanw/keymap.c +++ b/qmk/yuanw/keymap.c @@ -444,7 +444,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { if (record->event.pressed) { tap_code16(C(KC_X)); return false; - } + } + return true; } return true; // Process all other keycodes normally }