This commit is contained in:
sunbeam 2024-06-02 21:57:54 +08:00
parent bd4a10c25f
commit 718e09e192
2 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -125,8 +125,10 @@ void KeyPressLogic(uint8_t keyid)
setMotorState(MOTOR4,ACT_XH);
break;
case KEYID_FW:
buzzer_start();
break;
case KEYID_TP:
buzzer_start();
break;
case KEYID_JY_SET:
MotorMemoryKeyMMPress();
@ -171,6 +173,7 @@ void KeyReleaseLogic(uint8_t keyid)
setMotorState(MOTOR4,ACT_NOACT);
break;
case KEYID_FW:
break;
case KEYID_TP:
break;