浏览代码

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

Alex Ong 6 年之前
父节点
当前提交
b5b119544a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      quantum/debounce.h

+ 0 - 2
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