Skip to content

Commit

Permalink
Re-enable the I2C watchdog of the left keyboard half which was accide…
Browse files Browse the repository at this point in the history
…ntally disabled starting from firmware 8.4.3. This should fix the freezes of the left keyboard half.
  • Loading branch information
mondalaci committed Oct 19, 2018
1 parent 5cd4030 commit ceb2f3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions left/src/key_scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
void KEY_SCANNER_HANDLER(void)
{
KeyMatrix_ScanRow(&keyMatrix);
#ifdef I2C_WATCHDOG
RunWatchdog();
#endif
LPTMR_ClearStatusFlags(KEY_SCANNER_LPTMR_BASEADDR, kLPTMR_TimerCompareFlag);
}

Expand Down

0 comments on commit ceb2f3d

Please sign in to comment.