]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/matrix/scan_loop.h
Formalizing code module structure and inheritance (Large Commit)
[kiibohd-controller.git] / Scan / matrix / scan_loop.h
index 52c358d14485cb4166a58408c300ee05582d86fd..d9ad06ccd0c39634c8ed5a347c7df6f817e12853 100644 (file)
 #ifndef __SCAN_LOOP_H
 #define __SCAN_LOOP_H
 
-//extern uint8_t keyboardDetectArray[KEYBOARDZ
-extern volatile uint8_t sendKeypresses;
+// ----- Includes -----
+
+// Local Includes
+#include "matrix.h"
+
+
+
+// ----- Functions -----
 
 void scan_loop( void );