diff options
Diffstat (limited to 'keyboards/torn/matrix.c')
-rw-r--r-- | keyboards/torn/matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/torn/matrix.c b/keyboards/torn/matrix.c index dd7fa1e2e1..b674f21d57 100644 --- a/keyboards/torn/matrix.c +++ b/keyboards/torn/matrix.c @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include QMK_KEYBOARD_H +#include "matrix.h" #include "mcp23018.h" #define SPLIT_MATRIX_COLS (MATRIX_COLS / 2) |