]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/MicroSwitch8304/scan_loop.h
Adding API update to the MicroSwitch8304 code.
[kiibohd-controller.git] / Scan / MicroSwitch8304 / scan_loop.h
index 08b6883b4b6e927b4c9c87353c643d272c46c235..ef782b2c36936e1619ecefa989fd578d52d5a3aa 100644 (file)
@@ -42,6 +42,7 @@
 
 extern volatile     uint8_t KeyIndex_Buffer[KEYBOARD_BUFFER];
 extern volatile     uint8_t KeyIndex_BufferUsed;
+extern volatile     uint8_t KeyIndex_Add_InputSignal;
 
 
 
@@ -56,6 +57,7 @@ uint8_t scan_loop( void );
 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 );