Cleanup oryx init check
This commit is contained in:
committed by
Florian Didron
parent
6198382cb1
commit
39a9486b35
+1
-1
@@ -587,7 +587,7 @@ void matrix_init_quantum() {
|
|||||||
if (!eeconfig_is_enabled()) {
|
if (!eeconfig_is_enabled()) {
|
||||||
eeconfig_init();
|
eeconfig_init();
|
||||||
}
|
}
|
||||||
#ifdef ORYX_ENABLE
|
#if defined(ORYX_ENABLE) && defined(DYNAMIC_KEYMAP_ENABLE)
|
||||||
matrix_init_oryx();
|
matrix_init_oryx();
|
||||||
#endif
|
#endif
|
||||||
#ifdef BACKLIGHT_ENABLE
|
#ifdef BACKLIGHT_ENABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user