]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/matrix/scan_loop.h
Cleaning up the BudKeypad module for the Buffered Macro Module
[kiibohd-controller.git] / Scan / matrix / scan_loop.h
index 3897c9cab935cf267bf61e2697aa91f4a5008148..f78e71c4910fe2a36c4d75311dc524dc3bdf8f9a 100644 (file)
@@ -58,5 +58,16 @@ extern volatile              uint8_t KeyIndex_BufferUsed;
 void scan_setup( void );
 uint8_t scan_loop( void );
 
+
+// Functions available to macro.c
+uint8_t scan_sendData( uint8_t dataPayload );
+
+void scan_finishedWithBuffer( void );
+void scan_finishedWithUSBBuffer( void );
+void scan_lockKeyboard( void );
+void scan_unlockKeyboard( void );
+void scan_resetKeyboard( void );
+
+
 #endif // __SCAN_LOOP_H