1
0
forked from me/IronOS

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:
Paul Fertser
2020-08-28 13:08:51 +03:00
parent b331032f30
commit a64186d9a4

View File

@@ -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