From c5a351ac55cc89cd805ecbfbc4d22366e0af6488 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sun, 29 Jan 2023 08:40:14 +0800 Subject: [PATCH] bootloader double-tap --- keyboards/crkbd/keymaps/sajenim/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keyboards/crkbd/keymaps/sajenim/config.h b/keyboards/crkbd/keymaps/sajenim/config.h index 57c0cc8..41d1374 100644 --- a/keyboards/crkbd/keymaps/sajenim/config.h +++ b/keyboards/crkbd/keymaps/sajenim/config.h @@ -3,6 +3,10 @@ // By default, the firmware does not know which side is which; it needs some help to determine that. #define MASTER_LEFT +// Alternate way in QMK to enter the embedded mass storage UF2 boot-loader of the RP2040. +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U + // Configure the global tapping term (default: 200ms) #define TAPPING_TERM 200