mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Set balanced profile on init for the time being until we have a way to switch it while tuxedo_io is loaded
This commit is contained in:
parent
226a40b8fb
commit
96a9485a84
|
@ -278,6 +278,10 @@ static void uniwill_init(void)
|
|||
{
|
||||
union uw_ec_write_return reg_write_return;
|
||||
|
||||
// FIXME Hard set balanced profile until we have implemented a way to
|
||||
// switch it while tuxedo_io is loaded
|
||||
uw_ec_write_addr(0x51, 0x07, 0x00, 0x00, ®_write_return);
|
||||
|
||||
// Enable manual mode
|
||||
uw_ec_write_addr(0x41, 0x07, 0x01, 0x00, ®_write_return);
|
||||
|
||||
|
|
Loading…
Reference in a new issue