diff options
author | Wilba <Jason.S.Williams@gmail.com> | 2020-04-07 05:27:44 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 20:27:44 +0100 |
commit | 9bfa713421ccd62fe49493b282d02310accf0523 (patch) | |
tree | b4045447627e4ec53c6d2133487cf70b59f13571 /quantum/via.c | |
parent | b6fc3ad8e71134d10bf6ed8979bb505f33db92b9 (diff) | |
download | firmware-9bfa713421ccd62fe49493b282d02310accf0523.tar.gz firmware-9bfa713421ccd62fe49493b282d02310accf0523.tar.bz2 firmware-9bfa713421ccd62fe49493b282d02310accf0523.zip |
Configurable VIA layout options default value (#8707)
Diffstat (limited to 'quantum/via.c')
-rw-r--r-- | quantum/via.c | 2 |
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) { 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. |