From c5884b84100187e161b5b13b6c632f88f77f33da Mon Sep 17 00:00:00 2001 From: Takeshi Nishio Date: Sat, 4 Nov 2023 10:23:48 +0900 Subject: [PATCH] Remove usages of config_common.h from config.h files. (qmk#19714) --- keyboards/nora/v01/config.h | 2 -- keyboards/nora/v03/config.h | 2 -- keyboards/nora/v031/config.h | 2 -- keyboards/nora/v1/config.h | 2 -- 4 files changed, 8 deletions(-) diff --git a/keyboards/nora/v01/config.h b/keyboards/nora/v01/config.h index dad434c33c7b..6cfeb47ef81b 100644 --- a/keyboards/nora/v01/config.h +++ b/keyboards/nora/v01/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include "config_common.h" - /* key matrix size */ #define MATRIX_ROWS 10 #define MATRIX_COLS 8 diff --git a/keyboards/nora/v03/config.h b/keyboards/nora/v03/config.h index 1b6501decbe8..8f7228a69d19 100644 --- a/keyboards/nora/v03/config.h +++ b/keyboards/nora/v03/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include "config_common.h" - /* key matrix size */ // Same number for Round-Robin matrix. #define MATRIX_ROWS 10 diff --git a/keyboards/nora/v031/config.h b/keyboards/nora/v031/config.h index 75ab0935cd4d..11f1de190ac0 100644 --- a/keyboards/nora/v031/config.h +++ b/keyboards/nora/v031/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include "config_common.h" - /* key matrix size */ // Same number for Round-Robin matrix. #define MATRIX_ROWS 10 diff --git a/keyboards/nora/v1/config.h b/keyboards/nora/v1/config.h index dec982d43a53..4e80ca3686c0 100644 --- a/keyboards/nora/v1/config.h +++ b/keyboards/nora/v1/config.h @@ -17,8 +17,6 @@ along with this program. If not, see . #pragma once -#include "config_common.h" - /* key matrix size */ // Same number for Round-Robin matrix. #define MATRIX_ROWS 10