Format code according to conventions (#16322)
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
*
|
||||
* ...just incase someone wants to only change the eeprom behaviour
|
||||
*/
|
||||
__attribute__((weak)) void bootmagic_lite_reset_eeprom(void) { eeconfig_disable(); }
|
||||
__attribute__((weak)) void bootmagic_lite_reset_eeprom(void) {
|
||||
eeconfig_disable();
|
||||
}
|
||||
|
||||
/** \brief The lite version of TMK's bootmagic based on Wilba.
|
||||
*
|
||||
@@ -57,4 +59,6 @@ __attribute__((weak)) void bootmagic_lite(void) {
|
||||
}
|
||||
}
|
||||
|
||||
void bootmagic(void) { bootmagic_lite(); }
|
||||
void bootmagic(void) {
|
||||
bootmagic_lite();
|
||||
}
|
||||
|
Reference in New Issue
Block a user