Fix projects for new keycodes

This commit is contained in:
tmk 2012-10-17 21:43:44 +09:00
parent 8570c25379
commit ce2e06c394
30 changed files with 422 additions and 424 deletions

View file

@ -23,7 +23,7 @@
#include <avr/interrupt.h>
#include <avr/pgmspace.h>
#include "usb_keycodes.h"
#include "keycode.h"
#include "usb_keyboard.h"
#include "print.h"
#include "debug.h"