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:
Daniel Schaefer 2023-01-19 11:47:48 +08:00
parent a1480478f8
commit 7d86ccce03

View File

@ -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);