diff options
| author | Joel Challis | 2024-05-21 14:38:30 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-21 14:38:30 +0200 |
| commit | 1c650aa55ca410bd888bb419604aa4feab56764e (patch) | |
| tree | b3b622d07b1ff6e4047f44c0aff309766a2c47c2 /keyboards/handwired | |
| parent | 3400908b08284a8e2e17efa19053af874cd44e0c (diff) | |
Remove includes of config.h (#23760)
Diffstat (limited to 'keyboards/handwired')
| -rw-r--r-- | keyboards/handwired/owlet60/matrix.c | 1 | ||||
| -rw-r--r-- | keyboards/handwired/xealous/matrix.c | 1 |
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, |