Initial work for KLL macro support

This commit is contained in:
Jacob Alexander 2014-06-14 11:00:29 -07:00
parent 8a66563622
commit 89193f807e
3 changed files with 55 additions and 6 deletions

View file

@ -29,6 +29,15 @@
// ----- Defines -----
// Key states (DO NOT USE for analog keyboards)
#define DEPRESSED 0
#define RELEASED 1
#define PRESSED 254
#define HELD 255
// ----- Variables -----