restore an accidental deletion

pull/18/head
jesse 11 years ago
parent 9c5484ec48
commit ee38ec62c0

@ -15,6 +15,10 @@ extern "C" {
#endif
//add your function definitions for the project KeyboardIO here
typedef struct {
byte flags;
byte rawKey;
} Key;
#include "key_defs.h"

Loading…
Cancel
Save