Use interrupt based keyboard matrix scanning for the right keyboard half. Get rid of INTERRUPT_KEY_SCANNER

This commit is contained in:
László Monda
2017-11-13 02:18:55 +01:00
parent 332f2a69fa
commit ae4d60882f
3 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#include "fsl_pit.h"
#include "timer.h"
uint32_t CurrentTime = 1;
uint32_t CurrentTime;
void PIT_TIMER_HANDLER(void)
{