diff --git a/keyboards/haverworks/theseus75/theseus75.c b/keyboards/haverworks/theseus75/theseus75.c index fc160836340..45ead4811d1 100644 --- a/keyboards/haverworks/theseus75/theseus75.c +++ b/keyboards/haverworks/theseus75/theseus75.c @@ -209,6 +209,6 @@ bool rgb_matrix_indicators_kb(void) { } else { rgb_matrix_set_color(CAPS_LOCK_LED_INDEX, 0, 0, 0); } - return false; + return true; } #endif