diff options
Diffstat (limited to 'keyboard/planck/matrix.c')
-rw-r--r-- | keyboard/planck/matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboard/planck/matrix.c b/keyboard/planck/matrix.c index 58bd61f758..98ef55ed68 100644 --- a/keyboard/planck/matrix.c +++ b/keyboard/planck/matrix.c @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "debug.h" #include "util.h" #include "matrix.h" -#include "backlight.h" // TODO fix this dependency #ifndef DEBOUNCE # define DEBOUNCE 10 |