aboutsummaryrefslogtreecommitdiff
path: root/quantum/via.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/via.c')
-rw-r--r--quantum/via.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/via.c b/quantum/via.c
index 288299ada..f2599d1d2 100644
--- a/quantum/via.c
+++ b/quantum/via.c
@@ -111,7 +111,7 @@ void via_init(void) {
111 if (via_eeprom_is_valid()) { 111 if (via_eeprom_is_valid()) {
112 } else { 112 } else {
113 // This resets the layout options 113 // This resets the layout options
114 via_set_layout_options(0); 114 via_set_layout_options(VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT);
115 // This resets the keymaps in EEPROM to what is in flash. 115 // This resets the keymaps in EEPROM to what is in flash.
116 dynamic_keymap_reset(); 116 dynamic_keymap_reset();
117 // This resets the macros in EEPROM to nothing. 117 // This resets the macros in EEPROM to nothing.