Fixing USB send rate.

- Only send USB events when something changes (rather than every ms)
This commit is contained in:
Jacob Alexander 2014-09-19 19:11:37 -07:00
parent 9b1e19017f
commit 97b514a9d4
3 changed files with 21 additions and 1 deletions

View file

@ -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>