From fea40cae6d6bfc473d3a4677ba7aa30bb4cadac2 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 15 Apr 2021 00:16:14 -0500 Subject: [PATCH] Lower max brightness of EVision back to 4 --- .../EVisionKeyboardController/EVisionKeyboardController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/EVisionKeyboardController/EVisionKeyboardController.h b/Controllers/EVisionKeyboardController/EVisionKeyboardController.h index 601b9961a..2bf163463 100644 --- a/Controllers/EVisionKeyboardController/EVisionKeyboardController.h +++ b/Controllers/EVisionKeyboardController/EVisionKeyboardController.h @@ -66,7 +66,7 @@ enum enum { EVISION_KB_BRIGHTNESS_LOWEST = 0x00, /* Lowest brightness (off) */ - EVISION_KB_BRIGHTNESS_HIGHEST = 0x05, /* Highest brightness */ + EVISION_KB_BRIGHTNESS_HIGHEST = 0x04, /* Highest brightness */ }; enum