diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-05 01:38:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-05 01:38:10 +0000 |
commit | 0d5e0e3b2af3bfe53a8a1e111ce35731abb695d3 (patch) | |
tree | a22a64f9444b0a16b610a23af3a0ef3206caed60 /docs | |
parent | bb4740d95bdbcc27c8156003d915dc14710faf7f (diff) | |
parent | fe7ac87f1801faf7ae5127c480ca292d05fdc542 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platformdev_rp2040.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platformdev_rp2040.md b/docs/platformdev_rp2040.md index 5aaaab1c81..65055ef07a 100644 --- a/docs/platformdev_rp2040.md +++ b/docs/platformdev_rp2040.md @@ -59,7 +59,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 |