From 038c5d7602cc08c1da99745e148b046cfb5714fa Mon Sep 17 00:00:00 2001 From: Christoffer Sandberg Date: Wed, 26 Aug 2020 10:52:44 +0200 Subject: [PATCH] Comment out uw bl read br state --- src/uniwill_keyboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uniwill_keyboard.h b/src/uniwill_keyboard.h index 59ed626..4760a69 100644 --- a/src/uniwill_keyboard.h +++ b/src/uniwill_keyboard.h @@ -186,7 +186,7 @@ static void uniwill_write_kbd_bl_enable(u8 enable) if (__uw_ec_write_addr) symbol_put(uw_ec_write_addr); } -static u32 uniwill_read_kbd_bl_br_state(u8 *brightness_state) +/*static u32 uniwill_read_kbd_bl_br_state(u8 *brightness_state) { union uw_ec_read_return reg_read_return; u32 result; @@ -205,7 +205,7 @@ static u32 uniwill_read_kbd_bl_br_state(u8 *brightness_state) } return result; -} +}*/ static u32 uniwill_read_kbd_bl_rgb(u8 *red, u8 *green, u8 *blue) {