mirror of
https://github.com/CTCaer/hekate.git
synced 2025-04-20 11:35:56 +00:00
Update hos.c
This commit is contained in:
parent
38583ff9a0
commit
166426baa3
1 changed files with 1 additions and 2 deletions
|
@ -626,9 +626,8 @@ int hos_launch(ini_sec_t *cfg)
|
|||
if (!exoFwNumber)
|
||||
exoFwNumber = 4;
|
||||
case KB_FIRMWARE_VERSION_500:
|
||||
if (!exoFwNumber) {
|
||||
if (!exoFwNumber)
|
||||
exoFwNumber = 4;
|
||||
}
|
||||
case KB_FIRMWARE_VERSION_600:
|
||||
default:
|
||||
se_key_acc_ctrl(12, 0xFF);
|
||||
|
|
Loading…
Add table
Reference in a new issue