MCPcopy Create free account
hub / github.com/kiibohd/controller / Scan_loop

Function Scan_loop

Scan/Deprecated/CK3/scan_loop.c:78–83  ·  view source on GitHub ↗

Main Detection Loop

Source from the content-addressed store, hash-verified

76
77// Main Detection Loop
78inline 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)

Callers

nothing calls this directly

Calls 1

Matrix_scanFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…