Adding examples of custom action/capabilties
- See md1Action.kll for usage - Includes Block/Unblock
This commit is contained in:
parent
59c14fcdea
commit
398018ecf8
3 changed files with 101 additions and 4 deletions
|
|
@ -38,3 +38,11 @@ uint8_t Scan_loop( void );
|
|||
void Scan_finishedWithMacro( uint8_t sentKeys ); // Called by Macro Module
|
||||
void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module
|
||||
|
||||
|
||||
// ----- Capabilities -----
|
||||
|
||||
// Example capabilities
|
||||
void CustomAction_action1_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
void CustomAction_blockHold_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
void CustomAction_blockKey_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue