修改按键配置相关的代码

This commit is contained in:
nhkefus
2025-03-21 16:02:34 +08:00
parent 2d34767cde
commit 56c9923336
5 changed files with 196 additions and 66 deletions

View File

@@ -25,7 +25,7 @@ void UserRelaySet(unsigned char x, char y);
void UserRelaySetAll(char y);
bool RelayOut(void);
char* GetSocketStatus();
char* GetShortClickConfig();
char* GetButtonClickConfig();
void SetSocketStatus(char* socket_status);
void set_key_map(int index, char short_func, char long_func);
char get_short_func(char val);