diff options
| author | Nick Brassel | 2023-01-30 20:03:30 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-30 20:03:30 +0100 |
| commit | f6dd8dea2e493dc549a60fee99de871c4088d09a (patch) | |
| tree | f212cc67ebfe337639d5943249d3e0b810c2f97d /keyboards/custommk | |
| parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) | |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/custommk')
| -rw-r--r-- | keyboards/custommk/evo70/config.h | 1 | ||||
| -rw-r--r-- | keyboards/custommk/genesis/config.h | 1 | ||||
| -rw-r--r-- | keyboards/custommk/genesis/rev1/config.h | 1 | ||||
| -rw-r--r-- | keyboards/custommk/genesis/rev2/config.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/custommk/evo70/config.h b/keyboards/custommk/evo70/config.h index f07560cb98..2d7a7f24ef 100644 --- a/keyboards/custommk/evo70/config.h +++ b/keyboards/custommk/evo70/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" #define OLED_UPDATE_INTERVAL 33 diff --git a/keyboards/custommk/genesis/config.h b/keyboards/custommk/genesis/config.h index 72f33c1554..88714af57b 100644 --- a/keyboards/custommk/genesis/config.h +++ b/keyboards/custommk/genesis/config.h @@ -17,4 +17,3 @@ #pragma once -#include "config_common.h" diff --git a/keyboards/custommk/genesis/rev1/config.h b/keyboards/custommk/genesis/rev1/config.h index 9eaa4ddd76..fbec909b24 100644 --- a/keyboards/custommk/genesis/rev1/config.h +++ b/keyboards/custommk/genesis/rev1/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/custommk/genesis/rev2/config.h b/keyboards/custommk/genesis/rev2/config.h index 0f4eb64efe..f69f56dd0f 100644 --- a/keyboards/custommk/genesis/rev2/config.h +++ b/keyboards/custommk/genesis/rev2/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 6 |