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

@@ -63,8 +63,8 @@ void gpio_init() {
GPCRF1 = 0x44;
GPCRF2 = 0x84;
GPCRF3 = 0x44;
GPCRF4 = 0x80;
GPCRF5 = 0x80;
GPCRF4 = 0x00;
GPCRF5 = 0x00;
GPCRF6 = 0x00;
GPCRF7 = 0x80;
GPCRG0 = 0x44;