]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/CK3/scan_loop.c
Merge pull request #95 from cryham/master
[kiibohd-controller.git] / Scan / CK3 / scan_loop.c
index 22d43c2a26987586abe48c2f6c1d73cb40dd6c21..b4c8c99755ef4310749e786f29c166976c1988ac 100644 (file)
@@ -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 -----