Cleaning up main.c

- main.c is now mostly complete
- Required fixes to matrix.c (some are temporary)
This commit is contained in:
Jacob Alexander 2011-09-30 01:30:34 -07:00
parent c01efa2d53
commit 05c20112e9
4 changed files with 42 additions and 24 deletions

View file

@ -24,9 +24,9 @@
// AVR Includes
// Project Includes
#include <usb_com.h>
#include <scan_loop.h>
#include <print.h>
#include <scan_loop.h>
#include <usb_com.h>
// Keymaps
#include <keymap.h>