Fixing USB send rate.
- Only send USB events when something changes (rather than every ms)
This commit is contained in:
parent
9b1e19017f
commit
97b514a9d4
3 changed files with 21 additions and 1 deletions
|
@ -64,7 +64,7 @@ typedef uint16_t nat_ptr_t;
|
|||
// Default Args (always sent): key state/analog of last key
|
||||
// Combo Length of 0 signifies end of sequence
|
||||
//
|
||||
// ResultMacro.guide -> [<combo length>|<capability index>|<arg1>|<argn>|<capability index>|...|<combo length>|...|0]
|
||||
// ResultMacro.guide -> [<combo length>|<capability index>|<arg1>|<argn>|<capability index>|...|<combo length>|...|0]
|
||||
//
|
||||
// ResultMacroRecord.pos -> <current combo position>
|
||||
// ResultMacroRecord.state -> <last key state>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue