From 91a69bab8cd7e0dbfa4df7fe35829fc85c82dcf2 Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Wed, 31 May 2023 14:28:38 +0200 Subject: [PATCH] TF: KBL: Add additional event code for FW brightness change event --- src/uniwill_keyboard.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 8a2fb84..208be68 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -293,6 +293,7 @@ void uniwill_event_callb(u32 code) msleep(50); uw_charging_priority_write_state(); break; + case UNIWILL_KEY_KBDILLUMTOGGLE: case UNIWILL_OSD_KB_LED_LEVEL0: case UNIWILL_OSD_KB_LED_LEVEL1: case UNIWILL_OSD_KB_LED_LEVEL2: