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/wsk | |
parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/wsk')
-rw-r--r-- | keyboards/wsk/alpha9/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/g4m3ralpha/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/gothic50/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/gothic70/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/houndstooth/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/jerkin/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/kodachi50/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/pain27/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/sl40/config.h | 1 | ||||
-rw-r--r-- | keyboards/wsk/tkl30/config.h | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/wsk/alpha9/config.h b/keyboards/wsk/alpha9/config.h index 61bba0f8d2..49054b083f 100644 --- a/keyboards/wsk/alpha9/config.h +++ b/keyboards/wsk/alpha9/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 3 diff --git a/keyboards/wsk/g4m3ralpha/config.h b/keyboards/wsk/g4m3ralpha/config.h index 31b350758f..c0fef25acf 100644 --- a/keyboards/wsk/g4m3ralpha/config.h +++ b/keyboards/wsk/g4m3ralpha/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/wsk/gothic50/config.h b/keyboards/wsk/gothic50/config.h index dc47d04d45..6272c96412 100644 --- a/keyboards/wsk/gothic50/config.h +++ b/keyboards/wsk/gothic50/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/wsk/gothic70/config.h b/keyboards/wsk/gothic70/config.h index 229d1cccc8..7e4624dd4f 100644 --- a/keyboards/wsk/gothic70/config.h +++ b/keyboards/wsk/gothic70/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/wsk/houndstooth/config.h b/keyboards/wsk/houndstooth/config.h index 9fde98cec6..fb7093f835 100644 --- a/keyboards/wsk/houndstooth/config.h +++ b/keyboards/wsk/houndstooth/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 8 diff --git a/keyboards/wsk/jerkin/config.h b/keyboards/wsk/jerkin/config.h index 85b132bcd3..c85dfd2368 100644 --- a/keyboards/wsk/jerkin/config.h +++ b/keyboards/wsk/jerkin/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 3 diff --git a/keyboards/wsk/kodachi50/config.h b/keyboards/wsk/kodachi50/config.h index e132365ff6..85f309c601 100644 --- a/keyboards/wsk/kodachi50/config.h +++ b/keyboards/wsk/kodachi50/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 8 diff --git a/keyboards/wsk/pain27/config.h b/keyboards/wsk/pain27/config.h index d648fa2ec7..3437dd78cd 100644 --- a/keyboards/wsk/pain27/config.h +++ b/keyboards/wsk/pain27/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 3 diff --git a/keyboards/wsk/sl40/config.h b/keyboards/wsk/sl40/config.h index 6da2f5998c..bac6bdd33b 100644 --- a/keyboards/wsk/sl40/config.h +++ b/keyboards/wsk/sl40/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/wsk/tkl30/config.h b/keyboards/wsk/tkl30/config.h index a4d0328ef3..8ac688aa65 100644 --- a/keyboards/wsk/tkl30/config.h +++ b/keyboards/wsk/tkl30/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 3 |