Initial UARTConnect scancode support
- Still some issues - Will require some changes to MatrixARM and PartialMap * Currently state information is passed around too frequently * Needs to be reduced to state changes only
This commit is contained in:
parent
1c0f94c4ea
commit
ecd9923926
5 changed files with 81 additions and 19 deletions
|
@ -148,8 +148,17 @@ typedef struct RemoteInputCommand {
|
|||
|
||||
|
||||
|
||||
// ----- Variables -----
|
||||
|
||||
extern uint8_t Connect_id;
|
||||
extern uint8_t Connect_master; // Set if master
|
||||
|
||||
|
||||
|
||||
// ----- Functions -----
|
||||
|
||||
void Connect_setup( uint8_t master );
|
||||
void Connect_scan();
|
||||
|
||||
void Connect_send_ScanCode( uint8_t id, TriggerGuide *scanCodeStateList, uint8_t numScanCodes );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue