From 3c144fac5e2b634166f6b9cc0fc45029d63d3398 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 20 Mar 2023 08:12:05 +1100 Subject: Clean up usage of `QMK_KEYBOARD_H` (#20167) --- keyboards/torn/matrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/torn/matrix.c') 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 . */ -#include QMK_KEYBOARD_H +#include "matrix.h" #include "mcp23018.h" #define SPLIT_MATRIX_COLS (MATRIX_COLS / 2) -- cgit v1.2.3