Merge pull request #1 from tumGER/patch-2

Fix exoFwNumber on fw5
This commit is contained in:
Pika 2018-09-11 15:16:22 -04:00 committed by GitHub
commit b3fbe7e6a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -627,7 +627,7 @@ int hos_launch(ini_sec_t *cfg)
exoFwNumber = 4;
case KB_FIRMWARE_VERSION_500:
if (!exoFwNumber)
exoFwNumber = 4;
exoFwNumber = 5;
case KB_FIRMWARE_VERSION_600:
default:
se_key_acc_ctrl(12, 0xFF);