bootloader double-tap

This commit is contained in:
♥ Minnie ♥ 2023-01-29 08:40:14 +08:00
parent be25631508
commit c5a351ac55
No known key found for this signature in database
GPG key ID: 3FF749264D02B336

View file

@ -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