aboutsummaryrefslogtreecommitdiff
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
parent397e8e461f88ebfb635264e91ab1d07ebd6d9813 (diff)
downloadqmk_firmware-a07c2a137708f8e2b6e1440d386569b97d613cc5.tar.gz
qmk_firmware-a07c2a137708f8e2b6e1440d386569b97d613cc5.zip
Remove QMK_KEYBOARD_CONFIG_H (#11576)
-rw-r--r--build_keyboard.mk2
-rw-r--r--keyboards/contra/keymaps/losinggeneration/config.h6
-rw-r--r--keyboards/ergodash/rev1/keymaps/333fred/config.h2
-rw-r--r--keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h7
-rw-r--r--keyboards/keebio/levinson/keymaps/losinggeneration/config.h7
-rw-r--r--keyboards/keebio/nyquist/keymaps/losinggeneration/config.h7
-rw-r--r--keyboards/keebio/viterbi/keymaps/mike808/config.h7
-rw-r--r--keyboards/pearl/keymaps/cijanzen/config.h8
-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
27 files changed, 22 insertions, 125 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index 79fe336b4..28ba97bbc 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -379,7 +379,7 @@ ALL_CONFIGS := $(PROJECT_CONFIG) $(CONFIG_H)
379OUTPUTS := $(KEYMAP_OUTPUT) $(KEYBOARD_OUTPUT) 379OUTPUTS := $(KEYMAP_OUTPUT) $(KEYBOARD_OUTPUT)
380$(KEYMAP_OUTPUT)_SRC := $(SRC) 380$(KEYMAP_OUTPUT)_SRC := $(SRC)
381$(KEYMAP_OUTPUT)_DEFS := $(OPT_DEFS) $(GFXDEFS) \ 381$(KEYMAP_OUTPUT)_DEFS := $(OPT_DEFS) $(GFXDEFS) \
382-DQMK_KEYBOARD=\"$(KEYBOARD)\" -DQMK_KEYBOARD_H=\"$(QMK_KEYBOARD_H)\" -DQMK_KEYBOARD_CONFIG_H=\"$(KEYBOARD_PATH_1)/config.h\" \ 382-DQMK_KEYBOARD=\"$(KEYBOARD)\" -DQMK_KEYBOARD_H=\"$(QMK_KEYBOARD_H)\" \
383-DQMK_KEYMAP=\"$(KEYMAP)\" -DQMK_KEYMAP_H=\"$(KEYMAP).h\" -DQMK_KEYMAP_CONFIG_H=\"$(KEYMAP_PATH)/config.h\" \ 383-DQMK_KEYMAP=\"$(KEYMAP)\" -DQMK_KEYMAP_H=\"$(KEYMAP).h\" -DQMK_KEYMAP_CONFIG_H=\"$(KEYMAP_PATH)/config.h\" \
384-DQMK_SUBPROJECT -DQMK_SUBPROJECT_H -DQMK_SUBPROJECT_CONFIG_H 384-DQMK_SUBPROJECT -DQMK_SUBPROJECT_H -DQMK_SUBPROJECT_CONFIG_H
385$(KEYMAP_OUTPUT)_INC := $(VPATH) $(EXTRAINCDIRS) 385$(KEYMAP_OUTPUT)_INC := $(VPATH) $(EXTRAINCDIRS)
diff --git a/keyboards/contra/keymaps/losinggeneration/config.h b/keyboards/contra/keymaps/losinggeneration/config.h
index 759b1d9a0..4a64e977c 100644
--- a/keyboards/contra/keymaps/losinggeneration/config.h
+++ b/keyboards/contra/keymaps/losinggeneration/config.h
@@ -16,12 +16,8 @@ You should have received a copy of the GNU General Public License
16long with this program. If not, see <http://www.gnu.org/licenses/>. 16long with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18 18
19#ifndef CONFIG_USER_H 19#pragma once
20#define CONFIG_USER_H
21 20
22#include QMK_KEYBOARD_CONFIG_H
23#define USE_MIT_LAYOUT 21#define USE_MIT_LAYOUT
24 22
25#define TAPPING_TERM 250 23#define TAPPING_TERM 250
26
27#endif
diff --git a/keyboards/ergodash/rev1/keymaps/333fred/config.h b/keyboards/ergodash/rev1/keymaps/333fred/config.h
index b8f5e8c94..a8ad1e4fe 100644
--- a/keyboards/ergodash/rev1/keymaps/333fred/config.h
+++ b/keyboards/ergodash/rev1/keymaps/333fred/config.h
@@ -22,8 +22,6 @@
22 22
23#pragma once 23#pragma once
24 24
25#include QMK_KEYBOARD_CONFIG_H
26
27#define USE_SERIAL 25#define USE_SERIAL
28#define MASTER_LEFT 26#define MASTER_LEFT
29 27
diff --git a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h b/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h
index 701c2cf35..c3c4a1b69 100644
--- a/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h
+++ b/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h
@@ -1,10 +1,5 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#define SOLENOID_ENABLE 3#define SOLENOID_ENABLE
7#define SOLENOID_PIN F6 4#define SOLENOID_PIN F6
8#define SOLENOID_ACTIVE true 5#define SOLENOID_ACTIVE true
9
10#endif
diff --git a/keyboards/keebio/levinson/keymaps/losinggeneration/config.h b/keyboards/keebio/levinson/keymaps/losinggeneration/config.h
index 917c6a98b..13023939e 100644
--- a/keyboards/keebio/levinson/keymaps/losinggeneration/config.h
+++ b/keyboards/keebio/levinson/keymaps/losinggeneration/config.h
@@ -16,10 +16,7 @@ You should have received a copy of the GNU General Public License
16long with this program. If not, see <http://www.gnu.org/licenses/>. 16long with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18 18
19#ifndef CONFIG_USER_H 19#pragma once
20#define CONFIG_USER_H
21
22#include QMK_KEYBOARD_CONFIG_H
23 20
24/* Use I2C or Serial, not both */ 21/* Use I2C or Serial, not both */
25 22
@@ -38,5 +35,3 @@ long with this program. If not, see <http://www.gnu.org/licenses/>.
38#define RGBLIGHT_HUE_STEP 8 35#define RGBLIGHT_HUE_STEP 8
39#define RGBLIGHT_SAT_STEP 8 36#define RGBLIGHT_SAT_STEP 8
40#define RGBLIGHT_VAL_STEP 8 37#define RGBLIGHT_VAL_STEP 8
41
42#endif
diff --git a/keyboards/keebio/nyquist/keymaps/losinggeneration/config.h b/keyboards/keebio/nyquist/keymaps/losinggeneration/config.h
index 330379447..56cacd843 100644
--- a/keyboards/keebio/nyquist/keymaps/losinggeneration/config.h
+++ b/keyboards/keebio/nyquist/keymaps/losinggeneration/config.h
@@ -16,10 +16,7 @@ You should have received a copy of the GNU General Public License
16long with this program. If not, see <http://www.gnu.org/licenses/>. 16long with this program. If not, see <http://www.gnu.org/licenses/>.
17*/ 17*/
18 18
19#ifndef CONFIG_USER_H 19#pragma once
20#define CONFIG_USER_H
21
22#include QMK_KEYBOARD_CONFIG_H
23 20
24/* Use I2C or Serial, not both */ 21/* Use I2C or Serial, not both */
25 22
@@ -31,5 +28,3 @@ long with this program. If not, see <http://www.gnu.org/licenses/>.
31#define MASTER_LEFT 28#define MASTER_LEFT
32/* #define _MASTER_RIGHT */ 29/* #define _MASTER_RIGHT */
33/* #define EE_HANDS */ 30/* #define EE_HANDS */
34
35#endif
diff --git a/keyboards/keebio/viterbi/keymaps/mike808/config.h b/keyboards/keebio/viterbi/keymaps/mike808/config.h
index bfca915f2..95625ea67 100644
--- a/keyboards/keebio/viterbi/keymaps/mike808/config.h
+++ b/keyboards/keebio/viterbi/keymaps/mike808/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 CONFIG_USER_H 18#pragma once
19#define CONFIG_USER_H
20
21#include QMK_KEYBOARD_CONFIG_H
22 19
23/* Use I2C or Serial, not both */ 20/* Use I2C or Serial, not both */
24 21
@@ -39,5 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
39#define RGBLIGHT_HUE_STEP 8 36#define RGBLIGHT_HUE_STEP 8
40#define RGBLIGHT_SAT_STEP 8 37#define RGBLIGHT_SAT_STEP 8
41#define RGBLIGHT_VAL_STEP 8 38#define RGBLIGHT_VAL_STEP 8
42
43#endif
diff --git a/keyboards/pearl/keymaps/cijanzen/config.h b/keyboards/pearl/keymaps/cijanzen/config.h
index b34fdad90..46e9b9f0a 100644
--- a/keyboards/pearl/keymaps/cijanzen/config.h
+++ b/keyboards/pearl/keymaps/cijanzen/config.h
@@ -15,13 +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 CONFIG_USER_H 18#pragma once
19#define CONFIG_USER_H
20
21#include QMK_KEYBOARD_CONFIG_H
22 19
23#undef BACKLIGHT_LEVELS 20#undef BACKLIGHT_LEVELS
24#define BACKLIGHT_LEVELS 3 21#define BACKLIGHT_LEVELS 3
25
26
27#endif
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(\