Moved the wdt_disable() call to the hardware plugins

See keyboardio/Kaleidoscope#129 for a discussion why.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 7 years ago
parent 5d4fef2f66
commit da4c057fba

@ -64,6 +64,8 @@ void Model01::enable_high_power_leds(void) {
} }
void Model01::setup(void) { void Model01::setup(void) {
wdt_disable();
delay(100);
enable_scanner_power(); enable_scanner_power();
// Consider not doing this until 30s after keyboard // Consider not doing this until 30s after keyboard

Loading…
Cancel
Save