Browse Source

Removed #include "matrix.h" from debounce.h

Alex Ong 6 years ago
parent
commit
b5b119544a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      quantum/debounce.h

+ 0 - 2
quantum/debounce.h

@@ -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