Updating convenience build scripts to build Left and Right sides

- Includes minor fix for MD1
This commit is contained in:
Jacob Alexander 2015-08-21 23:23:52 -07:00
parent 1fe9dd2a53
commit 85586c574a
3 changed files with 30 additions and 3 deletions

View file

@ -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 );
}
}