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/dailycraft | |
| parent | 2d843088a26ee639287d16fbd9ca4c35e18f7b8b (diff) | |
Remove usages of config_common.h from config.h files. (#19714)
Diffstat (limited to 'keyboards/dailycraft')
| -rw-r--r-- | keyboards/dailycraft/bat43/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/claw44/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/owl8/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/sandbox/rev1/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/sandbox/rev2/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/stickey4/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev1/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev1_extkeys/config.h | 1 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev2/config.h | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/dailycraft/bat43/config.h b/keyboards/dailycraft/bat43/config.h index c2913953a4..c78f2d7fdf 100644 --- a/keyboards/dailycraft/bat43/config.h +++ b/keyboards/dailycraft/bat43/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 8 | 22 | #define MATRIX_ROWS 8 |
diff --git a/keyboards/dailycraft/claw44/config.h b/keyboards/dailycraft/claw44/config.h index cfb6bf4ffc..45248fe35b 100644 --- a/keyboards/dailycraft/claw44/config.h +++ b/keyboards/dailycraft/claw44/config.h | |||
| @@ -18,4 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | #pragma once | 19 | #pragma once |
| 20 | 20 | ||
| 21 | #include "config_common.h" | ||
diff --git a/keyboards/dailycraft/owl8/config.h b/keyboards/dailycraft/owl8/config.h index 2f6a9aafc0..744b0fb8b1 100644 --- a/keyboards/dailycraft/owl8/config.h +++ b/keyboards/dailycraft/owl8/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 1 | 22 | #define MATRIX_ROWS 1 |
diff --git a/keyboards/dailycraft/sandbox/rev1/config.h b/keyboards/dailycraft/sandbox/rev1/config.h index f782bdd654..064395a92e 100644 --- a/keyboards/dailycraft/sandbox/rev1/config.h +++ b/keyboards/dailycraft/sandbox/rev1/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 2 | 22 | #define MATRIX_ROWS 2 |
diff --git a/keyboards/dailycraft/sandbox/rev2/config.h b/keyboards/dailycraft/sandbox/rev2/config.h index 41605fe1a9..262301e9f1 100644 --- a/keyboards/dailycraft/sandbox/rev2/config.h +++ b/keyboards/dailycraft/sandbox/rev2/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 4 | 22 | #define MATRIX_ROWS 4 |
diff --git a/keyboards/dailycraft/stickey4/config.h b/keyboards/dailycraft/stickey4/config.h index 84abd46185..14caa15b46 100644 --- a/keyboards/dailycraft/stickey4/config.h +++ b/keyboards/dailycraft/stickey4/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 1 | 22 | #define MATRIX_ROWS 1 |
diff --git a/keyboards/dailycraft/wings42/config.h b/keyboards/dailycraft/wings42/config.h index cfb6bf4ffc..45248fe35b 100644 --- a/keyboards/dailycraft/wings42/config.h +++ b/keyboards/dailycraft/wings42/config.h | |||
| @@ -18,4 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | 18 | ||
| 19 | #pragma once | 19 | #pragma once |
| 20 | 20 | ||
| 21 | #include "config_common.h" | ||
diff --git a/keyboards/dailycraft/wings42/rev1/config.h b/keyboards/dailycraft/wings42/rev1/config.h index 1384e87293..4489af1287 100644 --- a/keyboards/dailycraft/wings42/rev1/config.h +++ b/keyboards/dailycraft/wings42/rev1/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 8 | 22 | #define MATRIX_ROWS 8 |
diff --git a/keyboards/dailycraft/wings42/rev1_extkeys/config.h b/keyboards/dailycraft/wings42/rev1_extkeys/config.h index 72eec7078f..0e42e808d7 100644 --- a/keyboards/dailycraft/wings42/rev1_extkeys/config.h +++ b/keyboards/dailycraft/wings42/rev1_extkeys/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/dailycraft/wings42/rev2/config.h b/keyboards/dailycraft/wings42/rev2/config.h index 80721bc00f..1717689f9c 100644 --- a/keyboards/dailycraft/wings42/rev2/config.h +++ b/keyboards/dailycraft/wings42/rev2/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 |
