Adding more USB codes and code cleanup

This commit is contained in:
Jacob Alexander 2014-01-12 11:27:10 -08:00
parent 61e45985c2
commit 909f20a937
2 changed files with 16 additions and 13 deletions

View file

@ -39,6 +39,10 @@
#define KEY_RIGHT_GUI 0x80
// List of Keycodes
#define KEY_NOEVENT 0 // Event, not a physical key
#define KEY_ERRORROLLOVER 1 // Event, not a physical key
#define KEY_POSTFAIL 2 // Event, not a physical key
#define KEY_ERRORUNDEFINED 3 // Event, not a physical key
#define KEY_A 4
#define KEY_B 5
#define KEY_C 6