diff --git a/src/kaleidoscope/hardware/kbdfans/KBD4x.cpp b/src/kaleidoscope/hardware/kbdfans/KBD4x.cpp index 83081118..c6bf0507 100644 --- a/src/kaleidoscope/hardware/kbdfans/KBD4x.cpp +++ b/src/kaleidoscope/hardware/kbdfans/KBD4x.cpp @@ -30,16 +30,16 @@ ATMEGA_KEYBOARD_DATA(KBD4x); constexpr int8_t KBD4x::led_count; #define BOOTLOADER_RESET_KEY 0xB007B007 -uint32_t reset_key __attribute__ ((section (".noinit"))); +uint32_t reset_key __attribute__((section(".noinit"))); /* * This function runs before main(), and jumps to the bootloader after a reset * initiated by .resetDevice(). */ void _bootloader_jump_after_watchdog_reset() - __attribute__((used, naked, section(".init3"))); +__attribute__((used, naked, section(".init3"))); void _bootloader_jump_after_watchdog_reset() { - if ((MCUSR & (1<> 1))();