diff options
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 |