Adding generic layerToggle and USB Key Output capabilities.
- Macros and Layers are, code-wise, feature complete
This commit is contained in:
parent
51e715f785
commit
2f7e3cb117
4 changed files with 146 additions and 35 deletions
|
@ -57,6 +57,12 @@ extern uint8_t USBKeys_Idle_Count;
|
|||
|
||||
|
||||
|
||||
// ----- Capabilities -----
|
||||
|
||||
void Output_usbCodeSend_capability( uint8_t state, uint8_t stateType, uint8_t *args );
|
||||
|
||||
|
||||
|
||||
// ----- Functions -----
|
||||
|
||||
void Output_setup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue