diff main.c @ 140:98e4f0bc2a5b

Added support for IBM 50key, better DPH debug, cleanup - Strobe lines for IBM 50key - Added CLI debugging for DPH, both per press and overall sense table - Code cleanup (mostly just removal)
author Jacob Alexander <haata@kiibohd.com>
date Thu, 17 Apr 2014 00:11:36 -0700
parents e08d7b586ea3
children 7962a42dbda0
line wrap: on
line diff
--- a/main.c	Wed Apr 16 00:20:45 2014 -0700
+++ b/main.c	Thu Apr 17 00:11:36 2014 -0700
@@ -160,7 +160,7 @@
 		// Acquire Key Indices
 		// Loop continuously until scan_loop returns 0
 		cli();
-		//while ( scan_loop() );
+		while ( Scan_loop() );
 		sei();
 
 		// Run Macros over Key Indices and convert to USB Keys