summaryrefslogtreecommitdiff
path: root/layer.c
diff options
context:
space:
mode:
authortmk2012-01-16 00:41:06 +0900
committertmk2012-01-16 00:41:06 +0900
commit9addeae8725719c138b097890edaed076686e061 (patch)
tree7edd5a7437bf108de013cf2f0b62a88d1e792bfb /layer.c
parent579991b927483da884b2f22d43e91bb8550cd534 (diff)
Added USART implementation for PS/2 signal handling.
Diffstat (limited to 'layer.c')
-rwxr-xr-xlayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/layer.c b/layer.c
index 3f9e55a15..40b4d7b34 100755
--- a/layer.c
+++ b/layer.c
@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "host.h"
#include "debug.h"
#include "timer.h"
+#include "usb_keycodes.h"
#include "layer.h"