Organize into arch, board, and ec modules

This commit is contained in:
Jeremy Soller
2019-09-29 20:13:03 -06:00
parent 9d056547e6
commit ded5181926
47 changed files with 518 additions and 486 deletions

View File

@@ -1,4 +1,4 @@
#include "include/kbscan.h"
#include <board/kbscan.h>
void kbscan_init(void) {
KSOCTRL = 0x05;