소스 검색

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