From f6dd8dea2e493dc549a60fee99de871c4088d09a Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 31 Jan 2023 06:03:30 +1100 Subject: Remove usages of config_common.h from config.h files. (#19714) --- keyboards/neopad/config.h | 1 - keyboards/neopad/rev1/config.h | 1 - 2 files changed, 2 deletions(-) (limited to 'keyboards/neopad') diff --git a/keyboards/neopad/config.h b/keyboards/neopad/config.h index e352a1ab92..e1c78c201c 100755 --- a/keyboards/neopad/config.h +++ b/keyboards/neopad/config.h @@ -16,7 +16,6 @@ along with this program. If not, see . */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define DIODE_DIRECTION COL2ROW diff --git a/keyboards/neopad/rev1/config.h b/keyboards/neopad/rev1/config.h index 299c28487d..ee48c61985 100755 --- a/keyboards/neopad/rev1/config.h +++ b/keyboards/neopad/rev1/config.h @@ -16,7 +16,6 @@ along with this program. If not, see . */ #pragma once -#include "config_common.h" /* Column/Row IO definitions */ #define MATRIX_ROWS 2 -- cgit v1.2.3