mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
Set the debounce tick variables to 0 to make the face work the same as stock.
This commit is contained in:
parent
9861da84c3
commit
2cdfa2d3b3
|
@ -23,8 +23,8 @@
|
|||
*/
|
||||
|
||||
#define MOVEMENT_LONG_PRESS_TICKS 64
|
||||
#define DEBOUNCE_TICKS_DOWN 2 // In terms of *7.8125ms
|
||||
#define DEBOUNCE_TICKS_UP 2 // In terms of *7.8125ms
|
||||
#define DEBOUNCE_TICKS_DOWN 0 // In terms of *7.8125ms
|
||||
#define DEBOUNCE_TICKS_UP 0 // In terms of *7.8125ms
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue