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/kudox | |
| parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) | |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/kudox')
| -rw-r--r-- | keyboards/kudox/columner/config.h | 1 | ||||
| -rw-r--r-- | keyboards/kudox/config.h | 1 | ||||
| -rw-r--r-- | keyboards/kudox/rev1/config.h | 1 | ||||
| -rw-r--r-- | keyboards/kudox/rev2/config.h | 1 | ||||
| -rw-r--r-- | keyboards/kudox/rev3/config.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/kudox/columner/config.h b/keyboards/kudox/columner/config.h index a12b5b1b1d..d565010fdf 100644 --- a/keyboards/kudox/columner/config.h +++ b/keyboards/kudox/columner/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ // Rows are doubled-up diff --git a/keyboards/kudox/config.h b/keyboards/kudox/config.h index e18d46f583..ba80a92797 100644 --- a/keyboards/kudox/config.h +++ b/keyboards/kudox/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* Select hand configuration */ #define MASTER_LEFT diff --git a/keyboards/kudox/rev1/config.h b/keyboards/kudox/rev1/config.h index 196045ba43..4bbc13363a 100644 --- a/keyboards/kudox/rev1/config.h +++ b/keyboards/kudox/rev1/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ // Rows are doubled-up diff --git a/keyboards/kudox/rev2/config.h b/keyboards/kudox/rev2/config.h index 196045ba43..4bbc13363a 100644 --- a/keyboards/kudox/rev2/config.h +++ b/keyboards/kudox/rev2/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ // Rows are doubled-up diff --git a/keyboards/kudox/rev3/config.h b/keyboards/kudox/rev3/config.h index a12b5b1b1d..d565010fdf 100644 --- a/keyboards/kudox/rev3/config.h +++ b/keyboards/kudox/rev3/config.h @@ -16,7 +16,6 @@ #pragma once -#include "config_common.h" /* key matrix size */ // Rows are doubled-up |