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/thevankeyboards | |
parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/thevankeyboards')
-rw-r--r-- | keyboards/thevankeyboards/bananasplit/config.h | 1 | ||||
-rw-r--r-- | keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h | 1 | ||||
-rw-r--r-- | keyboards/thevankeyboards/caravan/config.h | 1 | ||||
-rw-r--r-- | keyboards/thevankeyboards/jetvan/config.h | 1 | ||||
-rw-r--r-- | keyboards/thevankeyboards/minivan/config.h | 1 | ||||
-rw-r--r-- | keyboards/thevankeyboards/roadkit/config.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/thevankeyboards/bananasplit/config.h b/keyboards/thevankeyboards/bananasplit/config.h index fb156b7228..32e3cc4cc0 100644 --- a/keyboards/thevankeyboards/bananasplit/config.h +++ b/keyboards/thevankeyboards/bananasplit/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h b/keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h index 92a67f647c..77fac3a966 100644 --- a/keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h +++ b/keyboards/thevankeyboards/bananasplit/keymaps/coloneljesus/config.h @@ -17,7 +17,6 @@ #ifndef CONFIG_USER_H #define CONFIG_USER_H -#include "config_common.h" // place overrides here #define GRAVE_ESC_CTRL_OVERRIDE diff --git a/keyboards/thevankeyboards/caravan/config.h b/keyboards/thevankeyboards/caravan/config.h index 51a98aa181..764d7a7229 100644 --- a/keyboards/thevankeyboards/caravan/config.h +++ b/keyboards/thevankeyboards/caravan/config.h @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/thevankeyboards/jetvan/config.h b/keyboards/thevankeyboards/jetvan/config.h index f2262b4c44..186cef70ca 100644 --- a/keyboards/thevankeyboards/jetvan/config.h +++ b/keyboards/thevankeyboards/jetvan/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/thevankeyboards/minivan/config.h b/keyboards/thevankeyboards/minivan/config.h index a95d66a6e6..cb83a277fa 100644 --- a/keyboards/thevankeyboards/minivan/config.h +++ b/keyboards/thevankeyboards/minivan/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 diff --git a/keyboards/thevankeyboards/roadkit/config.h b/keyboards/thevankeyboards/roadkit/config.h index e02178afe0..a7db9938b5 100644 --- a/keyboards/thevankeyboards/roadkit/config.h +++ b/keyboards/thevankeyboards/roadkit/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 |