Update Qukeys basic test suite tap-repeat configuration

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1024/head
Michael Richters 4 years ago
parent 1f24088a69
commit 20cb771dbf
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -90,6 +90,7 @@ void setup() {
Qukeys.setOverlapThreshold(kaleidoscope::testing::QUKEYS_OVERLAP_THRESHOLD);
Qukeys.setMinimumHoldTime(kaleidoscope::testing::QUKEYS_MINIMUM_HOLD_TIME);
Qukeys.setMinimumPriorInterval(kaleidoscope::testing::QUKEYS_MIN_PRIOR_INTERVAL);
Qukeys.setMaxIntervalForTapRepeat(kaleidoscope::testing::QUKEYS_MAX_TAP_REPEAT_INTERVAL);
Kaleidoscope.setup();
}

@ -27,6 +27,7 @@ constexpr uint16_t QUKEYS_HOLD_TIMEOUT = 200;
constexpr uint8_t QUKEYS_OVERLAP_THRESHOLD = 90;
constexpr uint8_t QUKEYS_MINIMUM_HOLD_TIME = 10;
constexpr uint8_t QUKEYS_MIN_PRIOR_INTERVAL = 20;
constexpr uint8_t QUKEYS_MAX_TAP_REPEAT_INTERVAL = 0;
}
}

Loading…
Cancel
Save