Adding generic layerToggle and USB Key Output capabilities.

- Macros and Layers are, code-wise, feature complete
This commit is contained in:
Jacob Alexander 2014-08-07 20:03:39 -07:00
parent 51e715f785
commit 2f7e3cb117
4 changed files with 146 additions and 35 deletions

View file

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