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:
parent
c24f86b0ea
commit
c858078fde
2 changed files with 114 additions and 140 deletions
2
main.c
2
main.c
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue