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
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue