lotus: Fix BOOT_DONE
Must be pulled low when we're done. Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
a1480478f8
commit
7d86ccce03
@ -67,7 +67,7 @@ void keyboard_pre_init_kb(void) {
|
||||
// Before this, when holding down both alt keys QSPI_SS is pulled low to put
|
||||
// the RP2040 in bootloader mode during reset.
|
||||
setPinOutput(BOOT_DONE_GPIO);
|
||||
writePinHigh(BOOT_DONE_GPIO);
|
||||
writePinLow(BOOT_DONE_GPIO);
|
||||
|
||||
//// TODO: Do we ever need to disable it to save power?
|
||||
setPinOutput(MUX_ENABLE_GPIO);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user