Skip to content

Commit a8adadf

Browse files
committed
Reduce long-press duration
1 parent 6ee52f0 commit a8adadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/code/Src/my_tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "usbd_desc.h"
1616
#include "ds3_vm.h"
1717

18-
#define LONG_PRESS_MS 500
18+
#define LONG_PRESS_MS 200
1919

2020
uint8_t init_complete;
2121
uint32_t last_keypress;

0 commit comments

Comments
 (0)