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/atset/at1/config.h | 1 - keyboards/atset/at12/config.h | 1 - keyboards/atset/at16/config.h | 1 - keyboards/atset/at3/config.h | 1 - keyboards/atset/at6/config.h | 1 - keyboards/atset/at9/config.h | 1 - 6 files changed, 6 deletions(-) (limited to 'keyboards/atset') diff --git a/keyboards/atset/at1/config.h b/keyboards/atset/at1/config.h index 635faf9b4e..45d6d37409 100644 --- a/keyboards/atset/at1/config.h +++ b/keyboards/atset/at1/config.h @@ -15,7 +15,6 @@ #pragma once -#include "config_common.h" /* Key matrix size */ #define MATRIX_ROWS 1 diff --git a/keyboards/atset/at12/config.h b/keyboards/atset/at12/config.h index d27b4b646a..a215c26e5d 100644 --- a/keyboards/atset/at12/config.h +++ b/keyboards/atset/at12/config.h @@ -15,7 +15,6 @@ #pragma once -#include "config_common.h" /* Key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/atset/at16/config.h b/keyboards/atset/at16/config.h index 400244a66e..e714329e48 100644 --- a/keyboards/atset/at16/config.h +++ b/keyboards/atset/at16/config.h @@ -15,7 +15,6 @@ #pragma once -#include "config_common.h" /* Key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/atset/at3/config.h b/keyboards/atset/at3/config.h index 5195939cf9..c568c22c50 100644 --- a/keyboards/atset/at3/config.h +++ b/keyboards/atset/at3/config.h @@ -15,7 +15,6 @@ #pragma once -#include "config_common.h" /* Key matrix size */ #define MATRIX_ROWS 1 diff --git a/keyboards/atset/at6/config.h b/keyboards/atset/at6/config.h index b443529631..60aad34fdc 100644 --- a/keyboards/atset/at6/config.h +++ b/keyboards/atset/at6/config.h @@ -15,7 +15,6 @@ #pragma once -#include "config_common.h" /* Key matrix size */ #define MATRIX_ROWS 2 diff --git a/keyboards/atset/at9/config.h b/keyboards/atset/at9/config.h index bf9819c4b9..d364d46e2b 100644 --- a/keyboards/atset/at9/config.h +++ b/keyboards/atset/at9/config.h @@ -15,7 +15,6 @@ #pragma once -#include "config_common.h" /* Key matrix size */ #define MATRIX_ROWS 3 -- cgit v1.2.3