X-Git-Url: https://git.donarmstrong.com/?p=kiibohd-controller.git;a=blobdiff_plain;f=Macro%2FPartialMap%2Fmacro.h;h=2df411e1c1914141baeaee84db67cac2a9fc45a1;hp=eae77dd3009c7b7cae09e5f2c81141a61a690558;hb=9c52fb32fa476249c35279ef4fff1be59e3e7eac;hpb=1cbc1755514bb2a012c7b045fc29d20dd3563e77 diff --git a/Macro/PartialMap/macro.h b/Macro/PartialMap/macro.h index eae77dd..2df411e 100644 --- a/Macro/PartialMap/macro.h +++ b/Macro/PartialMap/macro.h @@ -23,15 +23,6 @@ -// ----- Capabilities ----- - -void Macro_layerState_capability( uint8_t state, uint8_t stateType, uint8_t *args ); -void Macro_layerLatch_capability( uint8_t state, uint8_t stateType, uint8_t *args ); -void Macro_layerLock_capability( uint8_t state, uint8_t stateType, uint8_t *args ); -void Macro_layerShift_capability( uint8_t state, uint8_t stateType, uint8_t *args ); - - - // ----- Functions ----- void Macro_analogState( uint8_t scanCode, uint8_t state );