aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
diff options
context:
space:
mode:
authorJoel Challis2024-05-21 14:38:30 +0200
committerGitHub2024-05-21 14:38:30 +0200
commit1c650aa55ca410bd888bb419604aa4feab56764e (patch)
treeb3b622d07b1ff6e4047f44c0aff309766a2c47c2 /keyboards/handwired
parent3400908b08284a8e2e17efa19053af874cd44e0c (diff)
Remove includes of config.h (#23760)
Diffstat (limited to 'keyboards/handwired')
-rw-r--r--keyboards/handwired/owlet60/matrix.c1
-rw-r--r--keyboards/handwired/xealous/matrix.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/handwired/owlet60/matrix.c b/keyboards/handwired/owlet60/matrix.c
index 43895468e9..7ef5d66a9f 100644
--- a/keyboards/handwired/owlet60/matrix.c
+++ b/keyboards/handwired/owlet60/matrix.c
@@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "debug.h"
#include "util.h"
#include "matrix.h"
-#include "config.h"
#include "timer.h"
#if (MATRIX_COLS <= 8)
diff --git a/keyboards/handwired/xealous/matrix.c b/keyboards/handwired/xealous/matrix.c
index 46410b986d..b8ae9fd738 100644
--- a/keyboards/handwired/xealous/matrix.c
+++ b/keyboards/handwired/xealous/matrix.c
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "util.h"
#include "matrix.h"
#include "split_util.h"
-#include "config.h"
#include "timer.h"
// Copy this code to split_common/matrix.c,