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/hhkb/ansi/config.h | 1 -
keyboards/hhkb/jp/config.h | 1 -
keyboards/hhkb/yang/config.h | 1 -
3 files changed, 3 deletions(-)
(limited to 'keyboards/hhkb')
diff --git a/keyboards/hhkb/ansi/config.h b/keyboards/hhkb/ansi/config.h
index d843f4a618..0ebeadf4b4 100644
--- a/keyboards/hhkb/ansi/config.h
+++ b/keyboards/hhkb/ansi/config.h
@@ -17,7 +17,6 @@ along with this program. If not, see .
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
diff --git a/keyboards/hhkb/jp/config.h b/keyboards/hhkb/jp/config.h
index 157362f650..3fe9390622 100644
--- a/keyboards/hhkb/jp/config.h
+++ b/keyboards/hhkb/jp/config.h
@@ -17,7 +17,6 @@ along with this program. If not, see .
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 16
diff --git a/keyboards/hhkb/yang/config.h b/keyboards/hhkb/yang/config.h
index e1fa406a0b..f5bd476622 100644
--- a/keyboards/hhkb/yang/config.h
+++ b/keyboards/hhkb/yang/config.h
@@ -18,7 +18,6 @@ along with this program. If not, see .
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 8
--
cgit v1.2.3