]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/debounce.h
[Keymap] Jarred's Plaid keymap (#6049)
[qmk_firmware.git] / quantum / debounce.h
index 8397823ebb979542c7657095a561dddb92c8ff3f..9ca05c6824ad4f9319bd629e3dd8cb7053036677 100644 (file)
@@ -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