aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-01-22 19:32:10 +0000
committerGitHub <noreply@github.com>2021-01-22 19:32:10 +0000
commita07c2a137708f8e2b6e1440d386569b97d613cc5 (patch)
treedf77ab64d20a38a08b3c4ab7ccc987e763355e3f /layouts
parent397e8e461f88ebfb635264e91ab1d07ebd6d9813 (diff)
downloadqmk_firmware-a07c2a137708f8e2b6e1440d386569b97d613cc5.tar.gz
qmk_firmware-a07c2a137708f8e2b6e1440d386569b97d613cc5.zip
Remove QMK_KEYBOARD_CONFIG_H (#11576)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/60_ansi/talljoe-ansi/config.h2
-rw-r--r--layouts/community/60_hhkb/talljoe-hhkb/config.h2
-rw-r--r--layouts/community/60_iso/unxmaal/config.h7
-rw-r--r--layouts/community/ergodox/333fred/config.h2
-rw-r--r--layouts/community/ergodox/adam/config.h2
-rw-r--r--layouts/community/ergodox/albert/config.h7
-rw-r--r--layouts/community/ergodox/algernon/config.h7
-rw-r--r--layouts/community/ergodox/berfarah/config.h6
-rw-r--r--layouts/community/ergodox/issmirnov/config.h2
-rw-r--r--layouts/community/ergodox/jackhumbert/config.h7
-rw-r--r--layouts/community/ergodox/kejadlen/config.h7
-rw-r--r--layouts/community/ergodox/supercoder/config.h7
-rw-r--r--layouts/community/ergodox/townk_osx/config.h6
-rw-r--r--layouts/community/ergodox/videck/config.h7
-rw-r--r--layouts/community/ergodox/win10_writers-block/config.h7
-rw-r--r--layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h7
-rw-r--r--layouts/community/ortho_4x12/crs/config.h7
-rw-r--r--layouts/community/ortho_4x12/ergodoxish/config.h7
-rw-r--r--layouts/community/tkl_ansi/talljoe-tkl/config.h2
19 files changed, 15 insertions, 86 deletions
diff --git a/layouts/community/60_ansi/talljoe-ansi/config.h b/layouts/community/60_ansi/talljoe-ansi/config.h
index 79cc19001..0c661f568 100644
--- a/layouts/community/60_ansi/talljoe-ansi/config.h
+++ b/layouts/community/60_ansi/talljoe-ansi/config.h
@@ -16,8 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19#include QMK_KEYBOARD_CONFIG_H
20
21#define ENABLE_GAME_LAYER 19#define ENABLE_GAME_LAYER
22 20
23#define TEMPLATE( \ 21#define TEMPLATE( \
diff --git a/layouts/community/60_hhkb/talljoe-hhkb/config.h b/layouts/community/60_hhkb/talljoe-hhkb/config.h
index 0424fee1f..4868890d4 100644
--- a/layouts/community/60_hhkb/talljoe-hhkb/config.h
+++ b/layouts/community/60_hhkb/talljoe-hhkb/config.h
@@ -16,8 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19#include QMK_KEYBOARD_CONFIG_H
20
21#define ENABLE_GAME_LAYER 19#define ENABLE_GAME_LAYER
22 20
23#define TEMPLATE( \ 21#define TEMPLATE( \
diff --git a/layouts/community/60_iso/unxmaal/config.h b/layouts/community/60_iso/unxmaal/config.h
index 7a500b1bb..4a90186ee 100644
--- a/layouts/community/60_iso/unxmaal/config.h
+++ b/layouts/community/60_iso/unxmaal/config.h
@@ -15,10 +15,7 @@ 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 KEYMAP_CONFIG_H 18#pragma once
19#define KEYMAP_CONFIG_H
20
21#include QMK_KEYBOARD_CONFIG_H
22 19
23#ifndef RGB_DI_PIN 20#ifndef RGB_DI_PIN
24 #define RGB_DI_PIN F4 21 #define RGB_DI_PIN F4
@@ -28,5 +25,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28 #define RGBLIGHT_SAT_STEP 8 25 #define RGBLIGHT_SAT_STEP 8
29 #define RGBLIGHT_VAL_STEP 8 26 #define RGBLIGHT_VAL_STEP 8
30#endif 27#endif
31
32#endif
diff --git a/layouts/community/ergodox/333fred/config.h b/layouts/community/ergodox/333fred/config.h
index 0509ddbbb..00ed74781 100644
--- a/layouts/community/ergodox/333fred/config.h
+++ b/layouts/community/ergodox/333fred/config.h
@@ -22,7 +22,5 @@
22 22
23#pragma once 23#pragma once
24 24
25#include QMK_KEYBOARD_CONFIG_H
26
27#undef TAPPING_TERM 25#undef TAPPING_TERM
28#define TAPPING_TERM 200 26#define TAPPING_TERM 200
diff --git a/layouts/community/ergodox/adam/config.h b/layouts/community/ergodox/adam/config.h
index 1a8fddb50..62e82d8b2 100644
--- a/layouts/community/ergodox/adam/config.h
+++ b/layouts/community/ergodox/adam/config.h
@@ -1,4 +1,4 @@
1#include QMK_KEYBOARD_CONFIG_H 1#pragma once
2 2
3#undef TAPPING_TERM 3#undef TAPPING_TERM
4#define TAPPING_TERM 300 //At 500 some bad logic takes hold 4#define TAPPING_TERM 300 //At 500 some bad logic takes hold
diff --git a/layouts/community/ergodox/albert/config.h b/layouts/community/ergodox/albert/config.h
index 0c6231fbb..f0f524b30 100644
--- a/layouts/community/ergodox/albert/config.h
+++ b/layouts/community/ergodox/albert/config.h
@@ -1,12 +1,7 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6/* using UK layout for space-cadet-shift */ 3/* using UK layout for space-cadet-shift */
7#define LSPO_KEY KC_9 4#define LSPO_KEY KC_9
8#define RSPC_KEY KC_0 5#define RSPC_KEY KC_0
9 6
10#define LEADER_TIMEOUT 800 // leader key sequence timeout in millis 7#define LEADER_TIMEOUT 800 // leader key sequence timeout in millis
11
12#endif
diff --git a/layouts/community/ergodox/algernon/config.h b/layouts/community/ergodox/algernon/config.h
index 8c115e21a..583c3911f 100644
--- a/layouts/community/ergodox/algernon/config.h
+++ b/layouts/community/ergodox/algernon/config.h
@@ -1,7 +1,4 @@
1#ifndef CONFIG_ALGERNON_H 1#pragma once
2#define CONFIG_ALGERNON_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#undef MOUSEKEY_TIME_TO_MAX 3#undef MOUSEKEY_TIME_TO_MAX
7#undef MOUSEKEY_MAX_SPEED 4#undef MOUSEKEY_MAX_SPEED
@@ -23,5 +20,3 @@
23 20
24#undef LEADER_TIMEOUT 21#undef LEADER_TIMEOUT
25#define LEADER_TIMEOUT 1000 22#define LEADER_TIMEOUT 1000
26
27#endif
diff --git a/layouts/community/ergodox/berfarah/config.h b/layouts/community/ergodox/berfarah/config.h
index 4acefdecc..0acb95b85 100644
--- a/layouts/community/ergodox/berfarah/config.h
+++ b/layouts/community/ergodox/berfarah/config.h
@@ -1,7 +1,4 @@
1#ifndef CONFIG_BERFARAH_H 1#pragma once
2#define CONFIG_BERFARAH_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#undef TAPPING_TERM 3#undef TAPPING_TERM
7#define TAPPING_TERM 150 4#define TAPPING_TERM 150
@@ -10,4 +7,3 @@
10#define RGBLIGHT_EFFECT_BREATHE_MAX 150 7#define RGBLIGHT_EFFECT_BREATHE_MAX 150
11 8
12#undef IGNORE_MOD_TAP_INTERRUPT 9#undef IGNORE_MOD_TAP_INTERRUPT
13#endif
diff --git a/layouts/community/ergodox/issmirnov/config.h b/layouts/community/ergodox/issmirnov/config.h
index fe62a7d1d..32f7aeccc 100644
--- a/layouts/community/ergodox/issmirnov/config.h
+++ b/layouts/community/ergodox/issmirnov/config.h
@@ -1,3 +1,3 @@
1// Reference: https://beta.docs.qmk.fm/reference/config-options 1// Reference: https://beta.docs.qmk.fm/reference/config-options
2// and https://github.com/qmk/qmk_firmware/blob/master/docs/config_options.md 2// and https://github.com/qmk/qmk_firmware/blob/master/docs/config_options.md
3#include QMK_KEYBOARD_CONFIG_H 3#pragma once
diff --git a/layouts/community/ergodox/jackhumbert/config.h b/layouts/community/ergodox/jackhumbert/config.h
index 04bbed611..0aca0d691 100644
--- a/layouts/community/ergodox/jackhumbert/config.h
+++ b/layouts/community/ergodox/jackhumbert/config.h
@@ -1,7 +1,4 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6/* ws2812 RGB LED */ 3/* ws2812 RGB LED */
7#define RGB_DI_PIN D7 4#define RGB_DI_PIN D7
@@ -13,5 +10,3 @@
13 10
14#define RGB_MIDI 11#define RGB_MIDI
15#define RGBW_BB_TWI 12#define RGBW_BB_TWI
16
17#endif \ No newline at end of file
diff --git a/layouts/community/ergodox/kejadlen/config.h b/layouts/community/ergodox/kejadlen/config.h
index 9e076dead..4e554e8a1 100644
--- a/layouts/community/ergodox/kejadlen/config.h
+++ b/layouts/community/ergodox/kejadlen/config.h
@@ -1,11 +1,6 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#define FORCE_NKRO 3#define FORCE_NKRO
7 4
8#undef TAPPING_TERM 5#undef TAPPING_TERM
9#undef IGNORE_MOD_TAP_INTERRUPT 6#undef IGNORE_MOD_TAP_INTERRUPT
10
11#endif
diff --git a/layouts/community/ergodox/supercoder/config.h b/layouts/community/ergodox/supercoder/config.h
index 8c191a87c..0212a4bcf 100644
--- a/layouts/community/ergodox/supercoder/config.h
+++ b/layouts/community/ergodox/supercoder/config.h
@@ -1,9 +1,4 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H 1
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#undef LOCKING_SUPPORT_ENABLE 3#undef LOCKING_SUPPORT_ENABLE
7#undef LOCKING_RESYNC_ENABLE 4#undef LOCKING_RESYNC_ENABLE
8
9#endif
diff --git a/layouts/community/ergodox/townk_osx/config.h b/layouts/community/ergodox/townk_osx/config.h
index 59b3188df..c817dadf5 100644
--- a/layouts/community/ergodox/townk_osx/config.h
+++ b/layouts/community/ergodox/townk_osx/config.h
@@ -16,10 +16,8 @@ You should have received a copy of the GNU General Public License
16along with this program. If not, see <http://www.gnu.org/licenses/>. 16along with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18 18
19#ifndef CONFIG_H 19#pragma once
20#define CONFIG_H
21 20
22#include QMK_KEYBOARD_CONFIG_H
23/* 21/*
24 * Feature disable options 22 * Feature disable options
25 * These options are also useful to firmware size reduction. 23 * These options are also useful to firmware size reduction.
@@ -40,5 +38,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40//#define DEBUG_MATRIX_SCAN_RATE 38//#define DEBUG_MATRIX_SCAN_RATE
41#define ONESHOT_TAP_TOGGLE 2 39#define ONESHOT_TAP_TOGGLE 2
42#define ONESHOT_TIMEOUT 3000 40#define ONESHOT_TIMEOUT 3000
43
44#endif
diff --git a/layouts/community/ergodox/videck/config.h b/layouts/community/ergodox/videck/config.h
index b18b7fa9a..e44dcd37c 100644
--- a/layouts/community/ergodox/videck/config.h
+++ b/layouts/community/ergodox/videck/config.h
@@ -1,7 +1,4 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#ifndef NO_DEBUG 3#ifndef NO_DEBUG
7 #define NO_DEBUG 4 #define NO_DEBUG
@@ -9,5 +6,3 @@
9#ifndef NO_PRINT 6#ifndef NO_PRINT
10 #define NO_PRINT 7 #define NO_PRINT
11#endif 8#endif
12
13#endif
diff --git a/layouts/community/ergodox/win10_writers-block/config.h b/layouts/community/ergodox/win10_writers-block/config.h
index b0b4a1ebb..ca75f83aa 100644
--- a/layouts/community/ergodox/win10_writers-block/config.h
+++ b/layouts/community/ergodox/win10_writers-block/config.h
@@ -1,7 +1,4 @@
1#ifndef KEYBOARDS_ERGODOX_CONFIG_H_ 1#pragma once
2#define KEYBOARDS_ERGODOX_CONFIG_H_
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#undef MOUSEKEY_DELAY 3#undef MOUSEKEY_DELAY
7#undef MOUSEKEY_INTERVAL 4#undef MOUSEKEY_INTERVAL
@@ -31,5 +28,3 @@
31 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \ 28 get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \
32 get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \ 29 get_mods() == (MOD_BIT(KC_LSFT) | MOD_BIT(KC_RSFT)) \
33) 30)
34
35#endif /* KEYBOARDS_ERGODOX_CONFIG_H_ */
diff --git a/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h b/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h
index 3c3d9b885..33e934203 100644
--- a/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h
+++ b/layouts/community/ortho_4x12/colemak_mod_dh_wide/config.h
@@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>. 18along with this program. If not, see <http://www.gnu.org/licenses/>.
19*/ 19*/
20 20
21#ifndef CONFIG_USER_H 21#pragma once
22#define CONFIG_USER_H
23
24#include QMK_KEYBOARD_CONFIG_H
25 22
26/* Use I2C or Serial, not both */ 23/* Use I2C or Serial, not both */
27 24
@@ -33,5 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33#define MASTER_LEFT 30#define MASTER_LEFT
34// #define _MASTER_RIGHT 31// #define _MASTER_RIGHT
35// #define EE_HANDS 32// #define EE_HANDS
36
37#endif \ No newline at end of file
diff --git a/layouts/community/ortho_4x12/crs/config.h b/layouts/community/ortho_4x12/crs/config.h
index 3c3d9b885..33e934203 100644
--- a/layouts/community/ortho_4x12/crs/config.h
+++ b/layouts/community/ortho_4x12/crs/config.h
@@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>. 18along with this program. If not, see <http://www.gnu.org/licenses/>.
19*/ 19*/
20 20
21#ifndef CONFIG_USER_H 21#pragma once
22#define CONFIG_USER_H
23
24#include QMK_KEYBOARD_CONFIG_H
25 22
26/* Use I2C or Serial, not both */ 23/* Use I2C or Serial, not both */
27 24
@@ -33,5 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33#define MASTER_LEFT 30#define MASTER_LEFT
34// #define _MASTER_RIGHT 31// #define _MASTER_RIGHT
35// #define EE_HANDS 32// #define EE_HANDS
36
37#endif \ No newline at end of file
diff --git a/layouts/community/ortho_4x12/ergodoxish/config.h b/layouts/community/ortho_4x12/ergodoxish/config.h
index 3c3d9b885..33e934203 100644
--- a/layouts/community/ortho_4x12/ergodoxish/config.h
+++ b/layouts/community/ortho_4x12/ergodoxish/config.h
@@ -18,10 +18,7 @@ You should have received a copy of the GNU General Public License
18along with this program. If not, see <http://www.gnu.org/licenses/>. 18along with this program. If not, see <http://www.gnu.org/licenses/>.
19*/ 19*/
20 20
21#ifndef CONFIG_USER_H 21#pragma once
22#define CONFIG_USER_H
23
24#include QMK_KEYBOARD_CONFIG_H
25 22
26/* Use I2C or Serial, not both */ 23/* Use I2C or Serial, not both */
27 24
@@ -33,5 +30,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33#define MASTER_LEFT 30#define MASTER_LEFT
34// #define _MASTER_RIGHT 31// #define _MASTER_RIGHT
35// #define EE_HANDS 32// #define EE_HANDS
36
37#endif \ No newline at end of file
diff --git a/layouts/community/tkl_ansi/talljoe-tkl/config.h b/layouts/community/tkl_ansi/talljoe-tkl/config.h
index 15869ed0b..843346104 100644
--- a/layouts/community/tkl_ansi/talljoe-tkl/config.h
+++ b/layouts/community/tkl_ansi/talljoe-tkl/config.h
@@ -16,8 +16,6 @@
16 16
17#pragma once 17#pragma once
18 18
19#include QMK_KEYBOARD_CONFIG_H
20
21#define ENABLE_GAME_LAYER 19#define ENABLE_GAME_LAYER
22 20
23#define TEMPLATE_TKL(\ 21#define TEMPLATE_TKL(\