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
|
@ -1,5 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "matrix.h"
|
||||
|
||||
/**
|
||||
* @brief Debounce raw matrix events according to the choosen debounce algorithm.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue