diff Scan/MDErgo1/scan_loop.c @ 359:b4f66a698f36

Adding preliminary MDErgo keymap - Required updates to CMake in order to handle the multi-layer BaseMaps
author Jacob Alexander <haata@kiibohd.com>
date Thu, 06 Aug 2015 00:36:37 -0700
parents df78f3312db0
children 23a1868b4ac2
line wrap: on
line diff
--- a/Scan/MDErgo1/scan_loop.c	Wed Aug 05 10:18:35 2015 -0700
+++ b/Scan/MDErgo1/scan_loop.c	Thu Aug 06 00:36:37 2015 -0700
@@ -56,7 +56,7 @@
 	Connect_setup( Output_Available );
 
 	// Setup GPIO pins for matrix scanning
-	//Matrix_setup();
+	Matrix_setup();
 
 	// Setup ISSI chip to control the leds
 	LED_setup();
@@ -73,7 +73,7 @@
 inline uint8_t Scan_loop()
 {
 	// Scan Matrix
-	//Matrix_scan( Scan_scanCount++ );
+	Matrix_scan( Scan_scanCount++ );
 
 	// Process any interconnect commands
 	Connect_scan();