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/xbows | |
parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/xbows')
-rw-r--r-- | keyboards/xbows/knight/config.h | 1 | ||||
-rw-r--r-- | keyboards/xbows/knight_plus/config.h | 1 | ||||
-rw-r--r-- | keyboards/xbows/nature/config.h | 1 | ||||
-rw-r--r-- | keyboards/xbows/numpad/config.h | 1 | ||||
-rw-r--r-- | keyboards/xbows/ranger/config.h | 1 | ||||
-rw-r--r-- | keyboards/xbows/woody/config.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/xbows/knight/config.h b/keyboards/xbows/knight/config.h index 90199e77cd..1f074348ff 100644 --- a/keyboards/xbows/knight/config.h +++ b/keyboards/xbows/knight/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 6 #define MATRIX_COLS 15 diff --git a/keyboards/xbows/knight_plus/config.h b/keyboards/xbows/knight_plus/config.h index 68cb778e56..d37e66dd35 100644 --- a/keyboards/xbows/knight_plus/config.h +++ b/keyboards/xbows/knight_plus/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 6 #define MATRIX_COLS 15 diff --git a/keyboards/xbows/nature/config.h b/keyboards/xbows/nature/config.h index d04d2c1f1e..0617128894 100644 --- a/keyboards/xbows/nature/config.h +++ b/keyboards/xbows/nature/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 6 #define MATRIX_COLS 15 diff --git a/keyboards/xbows/numpad/config.h b/keyboards/xbows/numpad/config.h index 8adae138df..f10fb9deee 100644 --- a/keyboards/xbows/numpad/config.h +++ b/keyboards/xbows/numpad/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 6 #define MATRIX_COLS 4 diff --git a/keyboards/xbows/ranger/config.h b/keyboards/xbows/ranger/config.h index d492e27e4a..1f50a04758 100644 --- a/keyboards/xbows/ranger/config.h +++ b/keyboards/xbows/ranger/config.h @@ -15,7 +15,6 @@ */ #pragma once -#include "config_common.h" #define MATRIX_ROWS 6 #define MATRIX_COLS 16 diff --git a/keyboards/xbows/woody/config.h b/keyboards/xbows/woody/config.h index c2945cadf6..f73180f899 100644 --- a/keyboards/xbows/woody/config.h +++ b/keyboards/xbows/woody/config.h @@ -1,5 +1,4 @@ #pragma once -#include "config_common.h" #define MATRIX_ROWS 5 #define MATRIX_COLS 15 |