From 5bf407c8e97c2099baf2f7e15f2947a23f23d4f0 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Tue, 11 Feb 2020 17:56:57 -0800 Subject: Fix function call --- quantum/oryx.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quantum/oryx.c b/quantum/oryx.c index ef4efd1924..65a68ee7a2 100644 --- a/quantum/oryx.c +++ b/quantum/oryx.c @@ -231,8 +231,8 @@ void layer_state_set_oryx(layer_state_t state) { } } -#ifdef DYNAMIC_KEYMAP_ENABLE void eeconfig_init_oryx(void) { +#ifdef DYNAMIC_KEYMAP_ENABLE // reread settings from flash into eeprom dynamic_keymap_reset(); dynamic_keymap_macro_reset(); @@ -246,6 +246,5 @@ void matrix_init_oryx(void) { if (!memcmp(&temp, &firmware, sizeof(uint8_t)*FIRMWARE_VERSION_SIZE)) { eeconfig_init_oryx(); } -} - #endif +} -- cgit v1.2.3