summaryrefslogtreecommitdiff
path: root/keyboards/atset
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2023-01-31 06:03:30 +1100
committerGitHub <noreply@github.com>2023-01-31 06:03:30 +1100
commitf6dd8dea2e493dc549a60fee99de871c4088d09a (patch)
treef212cc67ebfe337639d5943249d3e0b810c2f97d /keyboards/atset
parent2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff)
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/atset')
-rw-r--r--keyboards/atset/at1/config.h1
-rw-r--r--keyboards/atset/at12/config.h1
-rw-r--r--keyboards/atset/at16/config.h1
-rw-r--r--keyboards/atset/at3/config.h1
-rw-r--r--keyboards/atset/at6/config.h1
-rw-r--r--keyboards/atset/at9/config.h1
6 files changed, 0 insertions, 6 deletions
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