From e988d035a8a67bf181dcfdd9e8e13bc205de6954 Mon Sep 17 00:00:00 2001 From: drashna Date: Wed, 5 Oct 2022 01:39:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@fe7ac87f1801faf7ae5127c480ca292d05fdc542=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformdev_rp2040.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformdev_rp2040.md b/platformdev_rp2040.md index d690ebebf87..f6db70701cd 100644 --- a/platformdev_rp2040.md +++ b/platformdev_rp2040.md @@ -58,7 +58,7 @@ The double-tap reset mechanism is an alternate way in QMK to enter the embedded ```c #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET // Activates the double-tap behavior #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // Timeout window in ms in which the double tap can occur. -#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED_MASK 0U // Specify a optional status led which blinks when entering the bootloader +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17 // Specify a optional status led by GPIO number which blinks when entering the bootloader ``` ## Pre-defined RP2040 boards