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/wolf | |
| parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) | |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/wolf')
| -rw-r--r-- | keyboards/wolf/kuku65/config.h | 1 | ||||
| -rw-r--r-- | keyboards/wolf/m60_b/config.h | 1 | ||||
| -rw-r--r-- | keyboards/wolf/ryujin/config.h | 1 | ||||
| -rw-r--r-- | keyboards/wolf/sabre/config.h | 1 | ||||
| -rw-r--r-- | keyboards/wolf/ts60/config.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/wolf/kuku65/config.h b/keyboards/wolf/kuku65/config.h index 3bca2424b9..c0d267ae89 100644 --- a/keyboards/wolf/kuku65/config.h +++ b/keyboards/wolf/kuku65/config.h | |||
| @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | #include "config_common.h" | ||
| 21 | 20 | ||
| 22 | /* key matrix size */ | 21 | /* key matrix size */ |
| 23 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
diff --git a/keyboards/wolf/m60_b/config.h b/keyboards/wolf/m60_b/config.h index 2115f265b4..a38b9748ce 100644 --- a/keyboards/wolf/m60_b/config.h +++ b/keyboards/wolf/m60_b/config.h | |||
| @@ -15,7 +15,6 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | #pragma once | 17 | #pragma once |
| 18 | #include "config_common.h" | ||
| 19 | 18 | ||
| 20 | /* Define RGB */ | 19 | /* Define RGB */ |
| 21 | #ifdef RGB_MATRIX_ENABLE | 20 | #ifdef RGB_MATRIX_ENABLE |
diff --git a/keyboards/wolf/ryujin/config.h b/keyboards/wolf/ryujin/config.h index 40ca7cb746..85fdf02ff8 100644 --- a/keyboards/wolf/ryujin/config.h +++ b/keyboards/wolf/ryujin/config.h | |||
| @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | #include "config_common.h" | ||
| 21 | 20 | ||
| 22 | /* key matrix size */ | 21 | /* key matrix size */ |
| 23 | #define MATRIX_ROWS 5 | 22 | #define MATRIX_ROWS 5 |
diff --git a/keyboards/wolf/sabre/config.h b/keyboards/wolf/sabre/config.h index ad8461f2b7..3e51613978 100644 --- a/keyboards/wolf/sabre/config.h +++ b/keyboards/wolf/sabre/config.h | |||
| @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | #include "config_common.h" | ||
| 21 | 20 | ||
| 22 | /* key matrix size */ | 21 | /* key matrix size */ |
| 23 | #define MATRIX_ROWS 12 | 22 | #define MATRIX_ROWS 12 |
diff --git a/keyboards/wolf/ts60/config.h b/keyboards/wolf/ts60/config.h index b4d4459bda..4ff59696b9 100644 --- a/keyboards/wolf/ts60/config.h +++ b/keyboards/wolf/ts60/config.h | |||
| @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | #include "config_common.h" | ||
| 21 | 20 | ||
| 22 | /* key matrix size */ | 21 | /* key matrix size */ |
| 23 | #define MATRIX_ROWS 10 | 22 | #define MATRIX_ROWS 10 |
