Add kbscan_event

This commit is contained in:
Jeremy Soller
2019-11-07 15:54:13 -07:00
parent c4047eabdb
commit 5b7266b5f9
3 changed files with 48 additions and 4 deletions

View File

@ -316,6 +316,7 @@ void main(void) {
for(;;) {
ac_adapter();
power_button();
kbscan_event();
touchpad_event(&PS2_3);
kbc_event(&KBC);
pmc_event(&PMC_1);