Updating convenience build scripts to build Left and Right sides
- Includes minor fix for MD1
This commit is contained in:
parent
1fe9dd2a53
commit
85586c574a
3 changed files with 30 additions and 3 deletions
|
@ -169,6 +169,7 @@ void CustomAction_blockKey_capability( uint8_t state, uint8_t stateType, uint8_t
|
|||
// If key is not blocked, process
|
||||
if ( key != CustomAction_blockHold_storage )
|
||||
{
|
||||
extern void Output_usbCodeSend_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
Output_usbCodeSend_capability( state, stateType, &key );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue