DD support for RP2040 bootloader options#25660
DD support for RP2040 bootloader options#25660waffle87 wants to merge 25 commits intoqmk:developfrom
Conversation
|
I feel like bootloader.rp2040.(options) would make more sense here, and be a bit more future proof. But implementing might be problematic |
|
I agree that might be more future proof, and Will see what I can do, along with migrating existing keyboards and migration support in |
|
Bootloader is already used, and isn't an object so can't be implemented that way. |
0e92b2a to
300326e
Compare
Yup, I figured as much. :/
|
|
Thank you for your contribution! |
300326e to
262eff0
Compare
262eff0 to
0a86141
Compare
0a86141 to
af12485
Compare
af12485 to
1dbed47
Compare
Description
Adds mappings to configure:
RP2040_BOOTLOADER_DOUBLE_TAP_RESET:rp2040_bootloader.double_tap_resetRP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT:rp2040_bootloader.double_tap_reset_timeoutRP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED:rp2040_bootloader.double_tap_reset_ledSwitches to using
UINT32_C()macro to type the value when it is used, rather than where it is defined.Types of Changes
Checklist