diff options
| author | Joel Challis <git@zvecr.com> | 2021-01-22 19:32:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 19:32:10 +0000 |
| commit | a07c2a137708f8e2b6e1440d386569b97d613cc5 (patch) | |
| tree | df77ab64d20a38a08b3c4ab7ccc987e763355e3f /keyboards | |
| parent | 397e8e461f88ebfb635264e91ab1d07ebd6d9813 (diff) | |
| download | qmk_firmware-a07c2a137708f8e2b6e1440d386569b97d613cc5.tar.gz qmk_firmware-a07c2a137708f8e2b6e1440d386569b97d613cc5.zip | |
Remove QMK_KEYBOARD_CONFIG_H (#11576)
Diffstat (limited to 'keyboards')
7 files changed, 6 insertions, 38 deletions
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 | |||
| 16 | long with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | long 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 | |||
| 16 | long with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | long 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 | |||
| 16 | long with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | long 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 | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along 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 | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along 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 | ||
