summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-05-21 13:38:30 +0100
committerGitHub <noreply@github.com>2024-05-21 13:38:30 +0100
commit1c650aa55ca410bd888bb419604aa4feab56764e (patch)
treeb3b622d07b1ff6e4047f44c0aff309766a2c47c2 /keyboards
parent3400908b08284a8e2e17efa19053af874cd44e0c (diff)
Remove includes of config.h (#23760)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/converter/hp_46010a/matrix.c3
-rw-r--r--keyboards/gh60/satan/keymaps/iso_split_rshift/config.h7
-rw-r--r--keyboards/handwired/owlet60/matrix.c1
-rw-r--r--keyboards/handwired/xealous/matrix.c1
-rw-r--r--keyboards/kinesis/alvicstep/matrix.c1
-rw-r--r--keyboards/knops/mini/keymaps/default-gsm-newbs/config.h24
-rw-r--r--keyboards/wilba_tech/rama_works_m6_a/keymaps/naut/config.h24
7 files changed, 1 insertions, 60 deletions
diff --git a/keyboards/converter/hp_46010a/matrix.c b/keyboards/converter/hp_46010a/matrix.c
index a36e8821a3..d9d9eec48f 100644
--- a/keyboards/converter/hp_46010a/matrix.c
+++ b/keyboards/converter/hp_46010a/matrix.c
@@ -31,9 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
31#include "timer.h" 31#include "timer.h"
32#include <LUFA/Drivers/Peripheral/SPI.h> 32#include <LUFA/Drivers/Peripheral/SPI.h>
33 33
34#include "config.h"
35
36
37#ifndef DEBOUNCE 34#ifndef DEBOUNCE
38# define DEBOUNCE 5 35# define DEBOUNCE 5
39#endif 36#endif
diff --git a/keyboards/gh60/satan/keymaps/iso_split_rshift/config.h b/keyboards/gh60/satan/keymaps/iso_split_rshift/config.h
index 6795cf6c97..7f3ca253aa 100644
--- a/keyboards/gh60/satan/keymaps/iso_split_rshift/config.h
+++ b/keyboards/gh60/satan/keymaps/iso_split_rshift/config.h
@@ -15,13 +15,8 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_USER_H 18#pragma once
19#define CONFIG_USER_H
20
21#include "../../config.h"
22 19
23// only change 20// only change
24#undef WS2812_DI_PIN 21#undef WS2812_DI_PIN
25#define WS2812_DI_PIN B2 22#define WS2812_DI_PIN B2
26
27#endif
diff --git a/keyboards/handwired/owlet60/matrix.c b/keyboards/handwired/owlet60/matrix.c
index 43895468e9..7ef5d66a9f 100644
--- a/keyboards/handwired/owlet60/matrix.c
+++ b/keyboards/handwired/owlet60/matrix.c
@@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
26#include "debug.h" 26#include "debug.h"
27#include "util.h" 27#include "util.h"
28#include "matrix.h" 28#include "matrix.h"
29#include "config.h"
30#include "timer.h" 29#include "timer.h"
31 30
32#if (MATRIX_COLS <= 8) 31#if (MATRIX_COLS <= 8)
diff --git a/keyboards/handwired/xealous/matrix.c b/keyboards/handwired/xealous/matrix.c
index 46410b986d..b8ae9fd738 100644
--- a/keyboards/handwired/xealous/matrix.c
+++ b/keyboards/handwired/xealous/matrix.c
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
27#include "util.h" 27#include "util.h"
28#include "matrix.h" 28#include "matrix.h"
29#include "split_util.h" 29#include "split_util.h"
30#include "config.h"
31#include "timer.h" 30#include "timer.h"
32 31
33// Copy this code to split_common/matrix.c, 32// Copy this code to split_common/matrix.c,
diff --git a/keyboards/kinesis/alvicstep/matrix.c b/keyboards/kinesis/alvicstep/matrix.c
index e1e637725b..e45b9823c1 100644
--- a/keyboards/kinesis/alvicstep/matrix.c
+++ b/keyboards/kinesis/alvicstep/matrix.c
@@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28#include "util.h" 28#include "util.h"
29#include "matrix.h" 29#include "matrix.h"
30#include "led.h" 30#include "led.h"
31#include "config.h"
32 31
33#ifndef DEBOUNCE 32#ifndef DEBOUNCE
34# define DEBOUNCE 5 33# define DEBOUNCE 5
diff --git a/keyboards/knops/mini/keymaps/default-gsm-newbs/config.h b/keyboards/knops/mini/keymaps/default-gsm-newbs/config.h
deleted file mode 100644
index 999d8876c2..0000000000
--- a/keyboards/knops/mini/keymaps/default-gsm-newbs/config.h
+++ /dev/null
@@ -1,24 +0,0 @@
1/* Copyright 2017 Pawnerd
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#ifndef CONFIG_USER_H
18#define CONFIG_USER_H
19
20#include "../../config.h"
21
22// place overrides here
23
24#endif
diff --git a/keyboards/wilba_tech/rama_works_m6_a/keymaps/naut/config.h b/keyboards/wilba_tech/rama_works_m6_a/keymaps/naut/config.h
deleted file mode 100644
index 7f642203aa..0000000000
--- a/keyboards/wilba_tech/rama_works_m6_a/keymaps/naut/config.h
+++ /dev/null
@@ -1,24 +0,0 @@
1/* Copyright 2018 Wilba
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#ifndef CONFIG_USER_H
18#define CONFIG_USER_H
19
20#include "../../config.h"
21
22// place overrides here
23
24#endif \ No newline at end of file