Compensate "double tap to lock layer" timeouts for the timer fix to make them as long as before 8.3.3

This commit is contained in:
László Monda
2018-08-11 01:53:45 +02:00
parent a6f12848ed
commit 640c034111

View File

@@ -20,8 +20,8 @@
static uint32_t mouseUsbReportUpdateTime = 0;
static uint32_t mouseElapsedTime;
uint16_t DoubleTapSwitchLayerTimeout = 150;
static uint16_t DoubleTapSwitchLayerReleaseTimeout = 100;
uint16_t DoubleTapSwitchLayerTimeout = 300;
static uint16_t DoubleTapSwitchLayerReleaseTimeout = 200;
static bool activeMouseStates[ACTIVE_MOUSE_STATES_COUNT];
bool TestUsbStack = false;