debounce: remove direct quantum.h
includes (#21480)
This commit is contained in:
parent
333f4cb394
commit
7457e90887
10 changed files with 13 additions and 18 deletions
|
@ -19,9 +19,8 @@ Basic symmetric per-key algorithm. Uses an 8-bit counter per key.
|
|||
When no state changes have occured for DEBOUNCE milliseconds, we push the state.
|
||||
*/
|
||||
|
||||
#include "matrix.h"
|
||||
#include "debounce.h"
|
||||
#include "timer.h"
|
||||
#include "quantum.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef PROTOCOL_CHIBIOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue