timeout of 200ms for start and stop keys

This commit is contained in:
Vincent-FK 2020-02-22 23:35:14 +08:00
parent e68cee9dfb
commit 5eb469633b

View File

@ -48,7 +48,8 @@
#define UINPUT_PRINTF(...)
#endif
#define SLEEP_TIME_SEND_STOP_KEY_US 20*1000
//#define SLEEP_TIME_SEND_STOP_KEY_US 20*1000
#define SLEEP_TIME_SEND_STOP_KEY_US 200*1000
#define die(str, args...) do { \
perror(str); \