]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/CK3/scan_loop.h
Updated CK3 with Scan_currentChange (copy from MD1).
[kiibohd-controller.git] / Scan / CK3 / scan_loop.h
index 0c89838dee5bdda892923636108a2993918a2bec..3c543eadddd8a13c0da071e9b67eff4b265fdaec 100644 (file)
@@ -38,6 +38,8 @@ uint8_t Scan_loop( void );
 void Scan_finishedWithMacro( uint8_t sentKeys );  // Called by Macro Module
 void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module
 
+void Scan_currentChange( unsigned int current ); // Called by Output Module
+
 
 // ----- Capabilities -----