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)
This commit is contained in:
Jacob Alexander 2014-04-17 00:11:36 -07:00
parent c24f86b0ea
commit c858078fde
2 changed files with 114 additions and 140 deletions

2
main.c
View file

@ -160,7 +160,7 @@ int main(void)
// 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