X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Scan%2FCK3%2Fscan_loop.c;fp=Scan%2FCK3%2Fscan_loop.c;h=b4c8c99755ef4310749e786f29c166976c1988ac;hb=602b48253870caf8523598097fd55150aa0e8080;hp=22d43c2a26987586abe48c2f6c1d73cb40dd6c21;hpb=a848a6bc79285a2e5b3705f126c36e5c5037d5ef;p=kiibohd-controller.git diff --git a/Scan/CK3/scan_loop.c b/Scan/CK3/scan_loop.c index 22d43c2..b4c8c99 100644 --- a/Scan/CK3/scan_loop.c +++ b/Scan/CK3/scan_loop.c @@ -175,6 +175,15 @@ void CustomAction_blockKey_capability( uint8_t state, uint8_t stateType, uint8_t } +// Signal from the Output Module that the available current has changed +// current - mA +void Scan_currentChange( unsigned int current ) +{ + // Indicate to all submodules current change + Matrix_currentChange( current ); +} + + // ----- CLI Command Functions -----