aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/converter/hp_46010a
diff options
context:
space:
mode:
authorJoel Challis2024-05-21 14:38:30 +0200
committerGitHub2024-05-21 14:38:30 +0200
commit1c650aa55ca410bd888bb419604aa4feab56764e (patch)
treeb3b622d07b1ff6e4047f44c0aff309766a2c47c2 /keyboards/converter/hp_46010a
parent3400908b08284a8e2e17efa19053af874cd44e0c (diff)
Remove includes of config.h (#23760)
Diffstat (limited to 'keyboards/converter/hp_46010a')
-rw-r--r--keyboards/converter/hp_46010a/matrix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/converter/hp_46010a/matrix.c b/keyboards/converter/hp_46010a/matrix.c
index a36e8821a3..d9d9eec48f 100644
--- a/keyboards/converter/hp_46010a/matrix.c
+++ b/keyboards/converter/hp_46010a/matrix.c
@@ -31,9 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "timer.h"
#include <LUFA/Drivers/Peripheral/SPI.h>
-#include "config.h"
-
-
#ifndef DEBOUNCE
# define DEBOUNCE 5
#endif