Initial work for KLL macro support
This commit is contained in:
parent
8a66563622
commit
89193f807e
3 changed files with 55 additions and 6 deletions
|
@ -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 -----
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue