You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature unrelated to existing rumcake features
New driver for existing rumcake features
Support for a new MCU
Description
Hello, first of all, thank you for this amazing project. Now that there is RP2040 support, I really want to use this firmware for my Corne, instead of QMK.
In QMK there is an option to enter the UF2 Bootloader with a double-tap of the reset button. I use this feature, since my Corne PCB only exposes the reset button but not the boot button.
The feature is already implemented in my fork (here) and I could open a pull request if you are interested.
In my implementation, the feature is not exclusive to the RP2040 but can only really be used with it, since the other MCUs do not currently have an implemented jump_to_bootloader() function. I also am not sure what the best way is, to configure the timeout time, currently it can be change via an environment variable at compile-time
The text was updated successfully, but these errors were encountered:
Feel free to open a PR, I can take a deeper look at some point. For the timeout configuration, I would just add an optional field for the #[keyboard] macro (in the KeyboardSettings struct), then pass it as an argument to your bootloader magic task. I can provide more guidance in the PR.
Type of Feature Request
rumcake
featurerumcake
featuresrumcake
featuresDescription
Hello, first of all, thank you for this amazing project. Now that there is RP2040 support, I really want to use this firmware for my Corne, instead of QMK.
In QMK there is an option to enter the UF2 Bootloader with a double-tap of the reset button. I use this feature, since my Corne PCB only exposes the reset button but not the boot button.
The feature is already implemented in my fork (here) and I could open a pull request if you are interested.
In my implementation, the feature is not exclusive to the RP2040 but can only really be used with it, since the other MCUs do not currently have an implemented
jump_to_bootloader()
function. I also am not sure what the best way is, to configure the timeout time, currently it can be change via an environment variable at compile-timeThe text was updated successfully, but these errors were encountered: