Reorganize to allow compiling and running AVR firmware
This commit is contained in:
10
src/board/system76/galp3-c/ps2.c
Normal file
10
src/board/system76/galp3-c/ps2.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include "include/ps2.h"
|
||||
|
||||
void ps2_init(void) {
|
||||
PSCTL1 = 0x11;
|
||||
PSCTL2 = 0x41;
|
||||
PSCTL3 = 0x41;
|
||||
PSINT1 = 0x04;
|
||||
PSINT2 = 0x04;
|
||||
PSINT3 = 0x04;
|
||||
}
|
Reference in New Issue
Block a user