Lower the debounce time to 3 cycles instead of 5.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/427/head
Gergely Nagy 6 years ago
parent d927627a07
commit e28e129033

@ -42,7 +42,7 @@ uint16_t Atreus::keyState_[ROWS];
uint16_t Atreus::masks_[ROWS];
uint8_t Atreus::debounce_matrix_[ROWS][COLS];
uint8_t Atreus::debounce = 5;
uint8_t Atreus::debounce = 3;
void Atreus::setup(void) {
wdt_disable();

Loading…
Cancel
Save