Enable touchpad pins

This commit is contained in:
Jeremy Soller
2019-11-15 19:19:14 -07:00
parent 7614873b19
commit 3fd37bd16a
2 changed files with 3 additions and 3 deletions

View File

@ -371,7 +371,7 @@ void main(void) {
ac_adapter();
power_button();
kbscan_event();
//TODO: touchpad_event(&PS2_3);
touchpad_event(&PS2_3);
kbc_event(&KBC);
pmc_event(&PMC_1);
}