Main Detection Loop
| 76 | |
| 77 | // Main Detection Loop |
| 78 | inline uint8_t Scan_loop() |
| 79 | { |
| 80 | Matrix_scan( Scan_scanCount++ ); |
| 81 | |
| 82 | return 0; |
| 83 | } |
| 84 | |
| 85 | |
| 86 | // Signal from Macro Module that all keys have been processed (that it knows about) |
nothing calls this directly
no test coverage detected
searching dependent graphs…