qmk-config

qmk configs for my open-source keyboards

git clone https://9o.is/git/qmk-config.git

commit 198fb2a20ddc573b7e2da8e8f639e40a267db52b
parent ad70849d55c6768de82d06def58105f5761d5dfb
Author: Jul <jul@9o.is>
Date:   Sat, 17 May 2025 00:22:37 -0400

disable shortcut to reset keyboard

Diffstat:
Mchocofi/keymaps/default/keymap.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chocofi/keymaps/default/keymap.c b/chocofi/keymaps/default/keymap.c @@ -64,9 +64,9 @@ enum { }; void u_td_fn_boot(tap_dance_state_t *state, void *user_data) { - if (state->count == 2) { - reset_keyboard(); - } + if (state->count == 2) { + // reset_keyboard(); + } } void u_td_fn_U_BASE(tap_dance_state_t *state, void *user_data) {