]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/matrix/scan_loop.c
Tandy 1000 Converter, basicly works, except for packet mismatches
[kiibohd-controller.git] / Scan / matrix / scan_loop.c
index b7b927403c5c6557efb37e6ce91f3c5ae7d31b8e..d47fd2cc53e99d553c11a9f654c8e519e66c6815 100644 (file)
@@ -55,11 +55,15 @@ uint8_t scan_count = 0;
 
 // ----- Functions -----
 
-// Main Detection Loop
-void scan_loop()
+// Setup
+void scan_setup()
 {
        //matrix_pinSetup( matrix_pinout );
+}
 
+// Main Detection Loop
+void scan_loop()
+{
        //matrix_scan( matrix_pinout, keyboardDetectArray );
 
        // Check count to see if the sample threshold may have been reached, otherwise collect more data