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

@ -24,6 +24,12 @@
// ----- Capabilities -----
void Macro_layerStateToggle_capability( uint8_t state, uint8_t stateType, uint8_t *args );
// ----- Functions -----
void Macro_keyState( uint8_t scanCode, uint8_t state );