diff --git a/keyboards/dumbpad/v3x/v3x.c b/keyboards/dumbpad/v3x/v3x.c index d75a8fe8b3f..4a8ba12c470 100644 --- a/keyboards/dumbpad/v3x/v3x.c +++ b/keyboards/dumbpad/v3x/v3x.c @@ -95,7 +95,7 @@ void matrix_init_kb(void) { } bool led_update_kb(led_t led_state) { - if (!led_update_user(led_state)) return; + if (!led_update_user(led_state)) return false; // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here writePin(LED_02, !led_state.num_lock); return true;