aboutsummaryrefslogtreecommitdiff
path: root/quantum/bootmagic/bootmagic_lite.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/bootmagic/bootmagic_lite.c')
-rw-r--r--quantum/bootmagic/bootmagic_lite.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/quantum/bootmagic/bootmagic_lite.c b/quantum/bootmagic/bootmagic_lite.c
index 9cbdcb0bb..54bbf5a2e 100644
--- a/quantum/bootmagic/bootmagic_lite.c
+++ b/quantum/bootmagic/bootmagic_lite.c
@@ -19,13 +19,7 @@
19 * 19 *
20 * ...just incase someone wants to only change the eeprom behaviour 20 * ...just incase someone wants to only change the eeprom behaviour
21 */ 21 */
22__attribute__((weak)) void bootmagic_lite_reset_eeprom(void) { 22__attribute__((weak)) void bootmagic_lite_reset_eeprom(void) { eeconfig_disable(); }
23#if defined(VIA_ENABLE)
24 via_eeprom_reset();
25#else
26 eeconfig_disable();
27#endif
28}
29 23
30/** \brief The lite version of TMK's bootmagic based on Wilba. 24/** \brief The lite version of TMK's bootmagic based on Wilba.
31 * 25 *