borrwoed a lot code from https://github.com/foriequal0/devterm_keyboard in order to optimize the trackball

This commit is contained in:
cuu
2021-12-16 20:41:37 +08:00
parent 1a1be01dbb
commit b1370d2124
18 changed files with 538 additions and 118 deletions

View File

@@ -16,7 +16,7 @@
# define KEY_DEBOUNCE 5
#endif
#define KEYS_NUM 16
#define KEYS_NUM 17
void keys_task(DEVTERM*);