mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-10-28 12:10:08 +01:00
Removed #include "matrix.h" from debounce.h
This commit is contained in:
parent
cce8dfab39
commit
b5b119544a
@ -1,7 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "matrix.h"
|
|
||||||
|
|
||||||
// raw is the current key state
|
// raw is the current key state
|
||||||
// on entry cooked is the previous debounced state
|
// on entry cooked is the previous debounced state
|
||||||
// on exit cooked is the current debounced state
|
// on exit cooked is the current debounced state
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user