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

This commit is contained in:
Alex Ong 2019-01-26 22:44:33 +11:00
parent cce8dfab39
commit b5b119544a
1 changed files with 0 additions and 2 deletions

View 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