diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-22 11:10:57 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-22 11:10:57 -0400 |
commit | 5d2baede8a4f401e34df9421108a5f350cc0aeeb (patch) | |
tree | 04672f36b95deede2a19fd1c00eb1e1c8f8e1849 /keyboard/planck/matrix.c | |
parent | 476e29d1190ac45b810109512bbb50cc4769493b (diff) |
making the extended keymap the default - no more 'common'
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 |