From 334bff5f3039fae1a1bac4854b7feb513fadb180 Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Tue, 14 Feb 2023 17:09:13 +0100 Subject: [PATCH] Remove old comment remnants --- src/uniwill_keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index e2810c0..9dc2764 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -383,7 +383,7 @@ void uniwill_event_callb(u32 code) kbd_led_state_uw.brightness = 0xc8; uniwill_write_kbd_bl_state(); break; - // Refresh keyboard state and charging profile on cable switch event + // Refresh keyboard state on cable switch event case UNIWILL_OSD_DC_ADAPTER_CHANGE: uniwill_write_kbd_bl_state(); break;