summaryrefslogtreecommitdiff
path: root/quantum/eeconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/eeconfig.c')
-rw-r--r--quantum/eeconfig.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/quantum/eeconfig.c b/quantum/eeconfig.c
index 92f0ac4439..e571309a05 100644
--- a/quantum/eeconfig.c
+++ b/quantum/eeconfig.c
@@ -3,6 +3,9 @@
#include "eeprom.h"
#include "eeconfig.h"
#include "action_layer.h"
+#ifdef ORYX_ENABLE
+# include "oryx.h"
+#endif
#ifdef STM32_EEPROM_ENABLE
# include <hal.h>
@@ -65,6 +68,10 @@ void eeconfig_init_quantum(void) {
eeprom_update_dword(EECONFIG_RGB_MATRIX, 0);
eeprom_update_word(EECONFIG_RGB_MATRIX_EXTENDED, 0);
+#ifdef ORYX_ENABLE
+ eeconfig_init_oryx();
+#endif
+
// TODO: Remove once ARM has a way to configure EECONFIG_HANDEDNESS
// within the emulated eeprom via dfu-util or another tool
#if defined INIT_EE_HANDS_LEFT