From e1d00060eab6cb8b69c84c4ace2cd46c2c2cf484 Mon Sep 17 00:00:00 2001 From: Alex Muthmann Date: Tue, 26 Apr 2022 21:41:09 +0200 Subject: [PATCH] Update v3x.c --- keyboards/dumbpad/v3x/v3x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;