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 MOVEMENT_LONG_PRESS_TICKS 64
|
||||||
#define DEBOUNCE_TICKS_DOWN 2 // In terms of *7.8125ms
|
#define DEBOUNCE_TICKS_DOWN 0 // In terms of *7.8125ms
|
||||||
#define DEBOUNCE_TICKS_UP 2 // In terms of *7.8125ms
|
#define DEBOUNCE_TICKS_UP 0 // In terms of *7.8125ms
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user