Format code according to conventions (#16322)
This commit is contained in:
parent
afcdd7079c
commit
63646e8906
345 changed files with 4916 additions and 3229 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue