diff options
author | Nick Brassel <nick@tzarc.org> | 2023-01-31 06:03:30 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 06:03:30 +1100 |
commit | f6dd8dea2e493dc549a60fee99de871c4088d09a (patch) | |
tree | f212cc67ebfe337639d5943249d3e0b810c2f97d /keyboards/merge | |
parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/merge')
-rw-r--r-- | keyboards/merge/iso_macro/config.h | 1 | ||||
-rw-r--r-- | keyboards/merge/uc1/config.h | 1 | ||||
-rw-r--r-- | keyboards/merge/um70/config.h | 1 | ||||
-rw-r--r-- | keyboards/merge/um80/config.h | 1 | ||||
-rw-r--r-- | keyboards/merge/uma/config.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/merge/iso_macro/config.h b/keyboards/merge/iso_macro/config.h index f5a82d2df8..310da15eef 100644 --- a/keyboards/merge/iso_macro/config.h +++ b/keyboards/merge/iso_macro/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 3 diff --git a/keyboards/merge/uc1/config.h b/keyboards/merge/uc1/config.h index 0359ca2747..0b3cf0c4b5 100644 --- a/keyboards/merge/uc1/config.h +++ b/keyboards/merge/uc1/config.h @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 2 diff --git a/keyboards/merge/um70/config.h b/keyboards/merge/um70/config.h index 19f3bba97f..0b04c1de66 100644 --- a/keyboards/merge/um70/config.h +++ b/keyboards/merge/um70/config.h @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config_common.h" #define MATRIX_ROWS 10 #define MATRIX_COLS 8 diff --git a/keyboards/merge/um80/config.h b/keyboards/merge/um80/config.h index b501e372ad..3f04292210 100644 --- a/keyboards/merge/um80/config.h +++ b/keyboards/merge/um80/config.h @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config_common.h" #define MATRIX_ROWS 12 #define MATRIX_COLS 8 diff --git a/keyboards/merge/uma/config.h b/keyboards/merge/uma/config.h index 99343cc152..e1f07fb086 100644 --- a/keyboards/merge/uma/config.h +++ b/keyboards/merge/uma/config.h @@ -14,7 +14,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "config_common.h" #define MATRIX_ROWS 10 #define MATRIX_COLS 8 |