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/delikeeb | |
parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/delikeeb')
-rw-r--r-- | keyboards/delikeeb/flatbread60/config.h | 1 | ||||
-rw-r--r-- | keyboards/delikeeb/vaguettelite/config.h | 1 | ||||
-rw-r--r-- | keyboards/delikeeb/vanana/config.h | 1 | ||||
-rw-r--r-- | keyboards/delikeeb/vaneela/config.h | 1 | ||||
-rw-r--r-- | keyboards/delikeeb/vaneelaex/config.h | 1 | ||||
-rw-r--r-- | keyboards/delikeeb/waaffle/config.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/delikeeb/flatbread60/config.h b/keyboards/delikeeb/flatbread60/config.h index 1d15ef666f..d5b910e524 100644 --- a/keyboards/delikeeb/flatbread60/config.h +++ b/keyboards/delikeeb/flatbread60/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/delikeeb/vaguettelite/config.h b/keyboards/delikeeb/vaguettelite/config.h index 440a035d74..3a414b7a3d 100644 --- a/keyboards/delikeeb/vaguettelite/config.h +++ b/keyboards/delikeeb/vaguettelite/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 6 diff --git a/keyboards/delikeeb/vanana/config.h b/keyboards/delikeeb/vanana/config.h index 7879dc1b1a..f3e14f9413 100644 --- a/keyboards/delikeeb/vanana/config.h +++ b/keyboards/delikeeb/vanana/config.h @@ -17,4 +17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" diff --git a/keyboards/delikeeb/vaneela/config.h b/keyboards/delikeeb/vaneela/config.h index 43d8a9041b..615dd1b6e8 100644 --- a/keyboards/delikeeb/vaneela/config.h +++ b/keyboards/delikeeb/vaneela/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/delikeeb/vaneelaex/config.h b/keyboards/delikeeb/vaneelaex/config.h index 006c55020f..9e2686b69b 100644 --- a/keyboards/delikeeb/vaneelaex/config.h +++ b/keyboards/delikeeb/vaneelaex/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 6 diff --git a/keyboards/delikeeb/waaffle/config.h b/keyboards/delikeeb/waaffle/config.h index 7879dc1b1a..f3e14f9413 100644 --- a/keyboards/delikeeb/waaffle/config.h +++ b/keyboards/delikeeb/waaffle/config.h @@ -17,4 +17,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" |