X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fdebounce.h;h=9ca05c6824ad4f9319bd629e3dd8cb7053036677;hb=8af3fe0c7dfce74477f86be19711c7ec4a70ccb2;hp=8397823ebb979542c7657095a561dddb92c8ff3f;hpb=5b7fc758d7b0d0ef24bc2861c4b2ba6708fbd367;p=qmk_firmware.git diff --git a/quantum/debounce.h b/quantum/debounce.h index 8397823eb..9ca05c682 100644 --- a/quantum/debounce.h +++ b/quantum/debounce.h @@ -1,7 +1,5 @@ #pragma once -#include "matrix.h" - // raw is the current key state // on entry cooked is the previous debounced state // on exit cooked is the current debounced state