From 9bfa713421ccd62fe49493b282d02310accf0523 Mon Sep 17 00:00:00 2001 From: Wilba Date: Tue, 7 Apr 2020 05:27:44 +1000 Subject: Configurable VIA layout options default value (#8707) --- quantum/via.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/via.c') diff --git a/quantum/via.c b/quantum/via.c index 288299ada8..f2599d1d21 100644 --- a/quantum/via.c +++ b/quantum/via.c @@ -111,7 +111,7 @@ void via_init(void) { if (via_eeprom_is_valid()) { } else { // This resets the layout options - via_set_layout_options(0); + via_set_layout_options(VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT); // This resets the keymaps in EEPROM to what is in flash. dynamic_keymap_reset(); // This resets the macros in EEPROM to nothing. -- cgit v1.2.3