From cd624b66c8695b761a50614d287e22a3fb586b1a Mon Sep 17 00:00:00 2001 From: 1Conan Date: Mon, 22 Jul 2024 16:52:18 +0800 Subject: [PATCH] whitespace --- tmk_core/protocol/host.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tmk_core/protocol/host.c b/tmk_core/protocol/host.c index 05101b3c42bf..732fbdc37d4d 100644 --- a/tmk_core/protocol/host.c +++ b/tmk_core/protocol/host.c @@ -63,7 +63,6 @@ uint8_t host_keyboard_leds(void) { #ifdef SPLIT_KEYBOARD if (!is_keyboard_master()) return split_led_state; #endif - if (!driver) return 0; return (*driver->keyboard_leds)(); }