Fix key autorepeat timing
This constant is in scheduler ticks so needs to be changed accordingly
to keep the old timing.
Fixes: e2c5e51fe1
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "Settings.h"
|
||||
#include "BSP.h"
|
||||
|
||||
#define PRESS_ACCEL_STEP 3
|
||||
#define PRESS_ACCEL_STEP 30
|
||||
#define PRESS_ACCEL_INTERVAL_MIN 100
|
||||
#define PRESS_ACCEL_INTERVAL_MAX 300
|
||||
|
||||
|
||||
Reference in New Issue
Block a user