mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2025-01-18 17:03:58 +08:00
Fixed VOICE_ID_UNLOCK.
This commit is contained in:
parent
b0b09a2e6a
commit
69ddbacce9
@ -28,7 +28,7 @@ void GENERIC_Key_F(bool bKeyPressed, bool bKeyHeld)
|
||||
return;
|
||||
}
|
||||
if (gEeprom.KEY_LOCK) {
|
||||
gAnotherVoiceID = VOICE_ID_M_LOCK;
|
||||
gAnotherVoiceID = VOICE_ID_UNLOCK;
|
||||
} else {
|
||||
gAnotherVoiceID = VOICE_ID_LOCK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user