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