diff options
Diffstat (limited to 'keyboards')
109 files changed, 162 insertions, 476 deletions
diff --git a/keyboards/1upkeyboards/1up60rgb/keymaps/default/keymap.c b/keyboards/1upkeyboards/1up60rgb/keymaps/default/keymap.c index cb372e15d..8567b780a 100644 --- a/keyboards/1upkeyboards/1up60rgb/keymaps/default/keymap.c +++ b/keyboards/1upkeyboards/1up60rgb/keymaps/default/keymap.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "1up60rgb.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 4 | 4 | ||
diff --git a/keyboards/1upkeyboards/sweet16/keymaps/default/keymap.c b/keyboards/1upkeyboards/sweet16/keymaps/default/keymap.c index 899afaba1..4cc754dc1 100644 --- a/keyboards/1upkeyboards/sweet16/keymaps/default/keymap.c +++ b/keyboards/1upkeyboards/sweet16/keymaps/default/keymap.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "sweet16.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | enum custom_keycodes { | 3 | enum custom_keycodes { |
| 4 | UP_URL = SAFE_RANGE | 4 | UP_URL = SAFE_RANGE |
diff --git a/keyboards/40percentclub/ut47/keymaps/default/config.h b/keyboards/40percentclub/ut47/keymaps/default/config.h index f88ebf7e8..023c753c2 100644 --- a/keyboards/40percentclub/ut47/keymaps/default/config.h +++ b/keyboards/40percentclub/ut47/keymaps/default/config.h | |||
| @@ -16,6 +16,4 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include "config_common.h" | ||
| 20 | |||
| 21 | // place overrides here | 19 | // place overrides here |
diff --git a/keyboards/amj96/keymaps/default/config.h b/keyboards/amj96/keymaps/default/config.h index 5e346088e..0c01a8559 100644 --- a/keyboards/amj96/keymaps/default/config.h +++ b/keyboards/amj96/keymaps/default/config.h | |||
| @@ -14,11 +14,7 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | 18 | ||
| 20 | #include "config_common.h" | ||
| 21 | 19 | ||
| 22 | // place overrides here | 20 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/amjpad/keymaps/default/keymap.c b/keyboards/amjpad/keymaps/default/keymap.c index 431537d25..1c9122c9e 100644 --- a/keyboards/amjpad/keymaps/default/keymap.c +++ b/keyboards/amjpad/keymaps/default/keymap.c | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | #ifdef RGBLIGHT_ENABLE | ||
| 4 | #include "rgblight.h" | ||
| 5 | #endif | ||
| 6 | |||
| 7 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 3 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 8 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 4 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
| 9 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | 5 | // Layer names don't all need to be of the same length, obviously, and you can also skip them |
diff --git a/keyboards/bpiphany/tiger_lily/keymaps/default/config.h b/keyboards/bpiphany/tiger_lily/keymaps/default/config.h index 8893d122e..271f48d00 100644 --- a/keyboards/bpiphany/tiger_lily/keymaps/default/config.h +++ b/keyboards/bpiphany/tiger_lily/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif | ||
diff --git a/keyboards/bpiphany/unloved_bastard/keymaps/default/config.h b/keyboards/bpiphany/unloved_bastard/keymaps/default/config.h index c55f7f9f7..ed56340c3 100644 --- a/keyboards/bpiphany/unloved_bastard/keymaps/default/config.h +++ b/keyboards/bpiphany/unloved_bastard/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/candybar/keymaps/default/keymap.c b/keyboards/candybar/keymaps/default/keymap.c index bf589289a..8f4cc08c7 100644 --- a/keyboards/candybar/keymaps/default/keymap.c +++ b/keyboards/candybar/keymaps/default/keymap.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include "candybar.h" | 17 | #include QMK_KEYBOARD_H |
| 18 | 18 | ||
| 19 | #define _BL 0 | 19 | #define _BL 0 |
| 20 | #define _FL 1 | 20 | #define _FL 1 |
| @@ -35,4 +35,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 35 | KC_TAB,KC_A,KC_SLCK,KC_D,KC_F,KC_G,KC_H,KC_J,KC_K,KC_L,KC_QUOT,KC_BSLS,KC_P4,KC_P5,KC_P6,KC_VOLD, \ | 35 | KC_TAB,KC_A,KC_SLCK,KC_D,KC_F,KC_G,KC_H,KC_J,KC_K,KC_L,KC_QUOT,KC_BSLS,KC_P4,KC_P5,KC_P6,KC_VOLD, \ |
| 36 | KC_LSFT,KC_Z,KC_X,KC_CAPS,KC_V,KC_B,KC_NLCK,KC_M,KC_COMM,KC_DOT,KC_SLSH,KC_PGUP,KC_P1,KC_P2,KC_P3,KC_PEQL, \ | 36 | KC_LSFT,KC_Z,KC_X,KC_CAPS,KC_V,KC_B,KC_NLCK,KC_M,KC_COMM,KC_DOT,KC_SLSH,KC_PGUP,KC_P1,KC_P2,KC_P3,KC_PEQL, \ |
| 37 | KC_LCTL,KC_LGUI,KC_LALT,KC_SPC,KC_SPC,KC_BSPC,KC_APP,MO(_FL),KC_HOME,KC_PGDN,KC_END,KC_P0,KC_PDOT,KC_PENT), | 37 | KC_LCTL,KC_LGUI,KC_LALT,KC_SPC,KC_SPC,KC_BSPC,KC_APP,MO(_FL),KC_HOME,KC_PGDN,KC_END,KC_P0,KC_PDOT,KC_PENT), |
| 38 | }; \ No newline at end of file | 38 | }; |
diff --git a/keyboards/chibios_test/keymaps/default/keymap.c b/keyboards/chibios_test/keymaps/default/keymap.c index 11616cf55..0edc697bf 100644 --- a/keyboards/chibios_test/keymaps/default/keymap.c +++ b/keyboards/chibios_test/keymaps/default/keymap.c | |||
| @@ -15,7 +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 | #include "chibios_test.h" | 18 | #include QMK_KEYBOARD_H |
| 19 | 19 | ||
| 20 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 20 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 21 | {{KC_CAPS}}, // test with KC_CAPS, KC_A, RESET | 21 | {{KC_CAPS}}, // test with KC_CAPS, KC_A, RESET |
diff --git a/keyboards/christmas_tree/keymaps/default/config.h b/keyboards/christmas_tree/keymaps/default/config.h index 4553e621d..271f48d00 100644 --- a/keyboards/christmas_tree/keymaps/default/config.h +++ b/keyboards/christmas_tree/keymaps/default/config.h | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | 2 | ||
| 4 | #include "../../config.h" | 3 | // place overrides here |
| 5 | |||
| 6 | #endif \ No newline at end of file | ||
diff --git a/keyboards/ckeys/obelus/keymaps/default/config.h b/keyboards/ckeys/obelus/keymaps/default/config.h index 04bf9f4a9..271f48d00 100644 --- a/keyboards/ckeys/obelus/keymaps/default/config.h +++ b/keyboards/ckeys/obelus/keymaps/default/config.h | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | 2 | ||
| 4 | #include "../../config.h" | 3 | // place overrides here |
| 5 | // Add overrides here | ||
| 6 | #endif | ||
diff --git a/keyboards/ckeys/obelus/keymaps/default/keymap.c b/keyboards/ckeys/obelus/keymaps/default/keymap.c index bdad1caca..f71ac5627 100644 --- a/keyboards/ckeys/obelus/keymaps/default/keymap.c +++ b/keyboards/ckeys/obelus/keymaps/default/keymap.c | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #ifdef AUDIO_ENABLE | ||
| 3 | #include "audio.h" | ||
| 4 | #endif | ||
| 5 | 2 | ||
| 6 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 7 | 4 | ||
diff --git a/keyboards/clueboard/2x1800/keymaps/default/config.h b/keyboards/clueboard/2x1800/keymaps/default/config.h index 152e2f148..dd48c69e3 100644 --- a/keyboards/clueboard/2x1800/keymaps/default/config.h +++ b/keyboards/clueboard/2x1800/keymaps/default/config.h | |||
| @@ -16,6 +16,4 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include "config_common.h" | ||
| 20 | |||
| 21 | // place overrides here | 19 | // place overrides here |
diff --git a/keyboards/comet46/keymaps/default/config.h b/keyboards/comet46/keymaps/default/config.h index 7873cf5a7..ee02a94b7 100644 --- a/keyboards/comet46/keymaps/default/config.h +++ b/keyboards/comet46/keymaps/default/config.h | |||
| @@ -18,14 +18,12 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along 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 | 22 | |
| 23 | // place overrides here | ||
| 23 | 24 | ||
| 24 | // #include "../../config.h" | ||
| 25 | 25 | ||
| 26 | /* Use I2C or Serial */ | 26 | /* Use I2C or Serial */ |
| 27 | 27 | ||
| 28 | #define USE_I2C | 28 | #define USE_I2C |
| 29 | #define SSD1306OLED | 29 | #define SSD1306OLED |
| 30 | |||
| 31 | #endif | ||
diff --git a/keyboards/contra/keymaps/default/config.h b/keyboards/contra/keymaps/default/config.h index a1635f2ba..d61ee2938 100644 --- a/keyboards/contra/keymaps/default/config.h +++ b/keyboards/contra/keymaps/default/config.h | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | 2 | ||
| 4 | #include "config_common.h" | ||
| 5 | 3 | ||
| 6 | #ifdef AUDIO_ENABLE | 4 | #ifdef AUDIO_ENABLE |
| 7 | #define STARTUP_SONG SONG(PLANCK_SOUND) | 5 | #define STARTUP_SONG SONG(PLANCK_SOUND) |
| @@ -25,7 +23,7 @@ | |||
| 25 | /* enable basic MIDI features: | 23 | /* enable basic MIDI features: |
| 26 | - MIDI notes can be sent when in Music mode is on | 24 | - MIDI notes can be sent when in Music mode is on |
| 27 | */ | 25 | */ |
| 28 | 26 | ||
| 29 | #define MIDI_BASIC | 27 | #define MIDI_BASIC |
| 30 | 28 | ||
| 31 | /* enable advanced MIDI features: | 29 | /* enable advanced MIDI features: |
| @@ -38,5 +36,3 @@ | |||
| 38 | 36 | ||
| 39 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | 37 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ |
| 40 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | 38 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 |
| 41 | |||
| 42 | #endif \ No newline at end of file | ||
diff --git a/keyboards/converter/usb_usb/keymaps/default/config.h b/keyboards/converter/usb_usb/keymaps/default/config.h index 7fa3bf328..271f48d00 100644 --- a/keyboards/converter/usb_usb/keymaps/default/config.h +++ b/keyboards/converter/usb_usb/keymaps/default/config.h | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | 2 | ||
| 4 | #include "../../config.h" | 3 | // place overrides here |
| 5 | |||
| 6 | #endif | ||
diff --git a/keyboards/cospad/keymaps/default/keymap.c b/keyboards/cospad/keymaps/default/keymap.c index f782349b0..345e96996 100644 --- a/keyboards/cospad/keymaps/default/keymap.c +++ b/keyboards/cospad/keymaps/default/keymap.c | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "led.h" | 2 | #include "led.h" |
| 3 | 3 | ||
| 4 | #ifdef RGBLIGHT_ENABLE | ||
| 5 | #include "rgblight.h" | ||
| 6 | #endif | ||
| 7 | |||
| 8 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 4 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 9 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 5 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
| 10 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | 6 | // Layer names don't all need to be of the same length, obviously, and you can also skip them |
diff --git a/keyboards/cu24/keymaps/default/keymap.c b/keyboards/cu24/keymaps/default/keymap.c index 73427ee8a..bbec2907a 100644 --- a/keyboards/cu24/keymaps/default/keymap.c +++ b/keyboards/cu24/keymaps/default/keymap.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 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/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "cu24.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | 17 | ||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 19 | [0] = LAYOUT_grid( /* Base */ | 19 | [0] = LAYOUT_grid( /* Base */ |
diff --git a/keyboards/cu75/keymaps/default/config.h b/keyboards/cu75/keymaps/default/config.h index 8893d122e..271f48d00 100644 --- a/keyboards/cu75/keymaps/default/config.h +++ b/keyboards/cu75/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif | ||
diff --git a/keyboards/deltasplit75/keymaps/default/config.h b/keyboards/deltasplit75/keymaps/default/config.h index f14678a22..307531da6 100644 --- a/keyboards/deltasplit75/keymaps/default/config.h +++ b/keyboards/deltasplit75/keymaps/default/config.h | |||
| @@ -16,16 +16,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | #pragma once | ||
| 20 | |||
| 19 | #define USE_SERIAL | 21 | #define USE_SERIAL |
| 20 | 22 | ||
| 21 | #define MASTER_LEFT | 23 | #define MASTER_LEFT |
| 22 | // #define MASTER_RIGHT | 24 | // #define MASTER_RIGHT |
| 23 | // #define EE_HANDS | 25 | // #define EE_HANDS |
| 24 | |||
| 25 | |||
| 26 | #ifdef SUBPROJECT_v2 | ||
| 27 | #include "../../v2/config.h" | ||
| 28 | #endif | ||
| 29 | #ifdef SUBPROJECT_protosplit | ||
| 30 | #include "../../protosplit/config.h" | ||
| 31 | #endif | ||
diff --git a/keyboards/dichotomy/keymaps/default/keymap.c b/keyboards/dichotomy/keymaps/default/keymap.c index 3f0341757..b8c7ef427 100755 --- a/keyboards/dichotomy/keymaps/default/keymap.c +++ b/keyboards/dichotomy/keymaps/default/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | // this is the style you want to emulate. | 1 | // this is the style you want to emulate. |
| 2 | // This is the canonical layout file for the Quantum project. If you want to add another keyboard, | 2 | // This is the canonical layout file for the Quantum project. If you want to add another keyboard, |
| 3 | 3 | ||
| 4 | #include "dichotomy.h" | 4 | #include QMK_KEYBOARD_H |
| 5 | 5 | ||
| 6 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 6 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 7 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 7 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
diff --git a/keyboards/diverge3/keymaps/default/config.h b/keyboards/diverge3/keymaps/default/config.h index 87ce06b3b..fc375f081 100644 --- a/keyboards/diverge3/keymaps/default/config.h +++ b/keyboards/diverge3/keymaps/default/config.h | |||
| @@ -14,14 +14,9 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | #define MASTER_RIGHT | 20 | #define MASTER_RIGHT |
| 24 | #define PERMISSIVE_HOLD | 21 | #define PERMISSIVE_HOLD |
| 25 | #define TAPPING_TERM 150 | 22 | #define TAPPING_TERM 150 |
| 26 | |||
| 27 | #endif | ||
diff --git a/keyboards/do60/keymaps/default/keymap.c b/keyboards/do60/keymaps/default/keymap.c index 75afb7a34..f8e4a5e92 100644 --- a/keyboards/do60/keymaps/default/keymap.c +++ b/keyboards/do60/keymaps/default/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | 2 | ||
| 4 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 5 | 4 | ||
diff --git a/keyboards/ergodash/rev1/keymaps/default/config.h b/keyboards/ergodash/rev1/keymaps/default/config.h index 7e7fe4f69..dc00328dc 100644 --- a/keyboards/ergodash/rev1/keymaps/default/config.h +++ b/keyboards/ergodash/rev1/keymaps/default/config.h | |||
| @@ -18,10 +18,9 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along 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 | 22 | ||
| 24 | #include "../../config.h" | 23 | // place overrides here |
| 25 | 24 | ||
| 26 | /* Use I2C or Serial, not both */ | 25 | /* Use I2C or Serial, not both */ |
| 27 | 26 | ||
| @@ -34,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | // #define MASTER_RIGHT | 33 | // #define MASTER_RIGHT |
| 35 | // #define EE_HANDS | 34 | // #define EE_HANDS |
| 36 | 35 | ||
| 37 | #endif | ||
| 38 | |||
| 39 | #undef RGBLED_NUM | 36 | #undef RGBLED_NUM |
| 40 | #define RGBLIGHT_ANIMATIONS | 37 | #define RGBLIGHT_ANIMATIONS |
| 41 | #define RGBLED_NUM 24 | 38 | #define RGBLED_NUM 24 |
diff --git a/keyboards/ergodash/rev1/keymaps/default/keymap.c b/keyboards/ergodash/rev1/keymaps/default/keymap.c index 6f20908bc..a1bfb2267 100644 --- a/keyboards/ergodash/rev1/keymaps/default/keymap.c +++ b/keyboards/ergodash/rev1/keymaps/default/keymap.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | #include "eeconfig.h" | ||
| 4 | 2 | ||
| 5 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 6 | 4 | ||
diff --git a/keyboards/ergodash/rev2/keymaps/default/config.h b/keyboards/ergodash/rev2/keymaps/default/config.h index 7e7fe4f69..90a364811 100644 --- a/keyboards/ergodash/rev2/keymaps/default/config.h +++ b/keyboards/ergodash/rev2/keymaps/default/config.h | |||
| @@ -18,10 +18,9 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along 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 | 22 | ||
| 24 | #include "../../config.h" | 23 | // place overrides here |
| 25 | 24 | ||
| 26 | /* Use I2C or Serial, not both */ | 25 | /* Use I2C or Serial, not both */ |
| 27 | 26 | ||
| @@ -34,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | // #define MASTER_RIGHT | 33 | // #define MASTER_RIGHT |
| 35 | // #define EE_HANDS | 34 | // #define EE_HANDS |
| 36 | 35 | ||
| 37 | #endif | ||
| 38 | 36 | ||
| 39 | #undef RGBLED_NUM | 37 | #undef RGBLED_NUM |
| 40 | #define RGBLIGHT_ANIMATIONS | 38 | #define RGBLIGHT_ANIMATIONS |
diff --git a/keyboards/ergodash/rev2/keymaps/default/keymap.c b/keyboards/ergodash/rev2/keymaps/default/keymap.c index b709ab7e9..5412eb0c0 100644 --- a/keyboards/ergodash/rev2/keymaps/default/keymap.c +++ b/keyboards/ergodash/rev2/keymaps/default/keymap.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | #include "eeconfig.h" | ||
| 4 | 2 | ||
| 5 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 6 | 4 | ||
diff --git a/keyboards/ergodone/keymaps/default/keymap.c b/keyboards/ergodone/keymaps/default/keymap.c index 92c140f26..7f13f3d67 100644 --- a/keyboards/ergodone/keymaps/default/keymap.c +++ b/keyboards/ergodone/keymaps/default/keymap.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "debug.h" | ||
| 3 | #include "action_layer.h" | ||
| 4 | #include "version.h" | 2 | #include "version.h" |
| 5 | 3 | ||
| 6 | #define BASE 0 // default layer | 4 | #define BASE 0 // default layer |
diff --git a/keyboards/ergodox_infinity/keymaps/default/keymap.c b/keyboards/ergodox_infinity/keymaps/default/keymap.c index 92c140f26..7f13f3d67 100644 --- a/keyboards/ergodox_infinity/keymaps/default/keymap.c +++ b/keyboards/ergodox_infinity/keymaps/default/keymap.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "debug.h" | ||
| 3 | #include "action_layer.h" | ||
| 4 | #include "version.h" | 2 | #include "version.h" |
| 5 | 3 | ||
| 6 | #define BASE 0 // default layer | 4 | #define BASE 0 // default layer |
diff --git a/keyboards/fc660c/keymaps/default/config.h b/keyboards/fc660c/keymaps/default/config.h index 596198be1..b89b05009 100644 --- a/keyboards/fc660c/keymaps/default/config.h +++ b/keyboards/fc660c/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/fc980c/keymaps/default/config.h b/keyboards/fc980c/keymaps/default/config.h index 596198be1..20fd51147 100644 --- a/keyboards/fc980c/keymaps/default/config.h +++ b/keyboards/fc980c/keymaps/default/config.h | |||
| @@ -14,11 +14,7 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | 18 | ||
| 20 | #include "config_common.h" | ||
| 21 | 19 | ||
| 22 | // place overrides here | 20 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/fortitude60/keymaps/default/config.h b/keyboards/fortitude60/keymaps/default/config.h index 174837348..b6c6273d9 100644 --- a/keyboards/fortitude60/keymaps/default/config.h +++ b/keyboards/fortitude60/keymaps/default/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 "config_common.h" | ||
| 22 | 19 | ||
| 23 | #define USE_SERIAL | 20 | #define USE_SERIAL |
| 24 | 21 | ||
| @@ -34,5 +31,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 34 | /* #define RGBLIGHT_HUE_STEP 8 */ | 31 | /* #define RGBLIGHT_HUE_STEP 8 */ |
| 35 | /* #define RGBLIGHT_SAT_STEP 8 */ | 32 | /* #define RGBLIGHT_SAT_STEP 8 */ |
| 36 | /* #define RGBLIGHT_VAL_STEP 8 */ | 33 | /* #define RGBLIGHT_VAL_STEP 8 */ |
| 37 | |||
| 38 | #endif | ||
diff --git a/keyboards/fortitude60/keymaps/default/keymap.c b/keyboards/fortitude60/keymaps/default/keymap.c index 5c3508b3d..d20ca40fb 100644 --- a/keyboards/fortitude60/keymaps/default/keymap.c +++ b/keyboards/fortitude60/keymaps/default/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "eeconfig.h" | ||
| 3 | 2 | ||
| 4 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 5 | 4 | ||
diff --git a/keyboards/four_banger/keymaps/default/keymap.c b/keyboards/four_banger/keymaps/default/keymap.c index 3fea0afd4..fc04e0fb1 100644 --- a/keyboards/four_banger/keymaps/default/keymap.c +++ b/keyboards/four_banger/keymaps/default/keymap.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "four_banger.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | enum custom_keycodes { | 3 | enum custom_keycodes { |
| 4 | UP_URL = SAFE_RANGE | 4 | UP_URL = SAFE_RANGE |
diff --git a/keyboards/hadron/ver2/keymaps/default/keymap.c b/keyboards/hadron/ver2/keymaps/default/keymap.c index 9b50abd40..9d96abd8d 100644 --- a/keyboards/hadron/ver2/keymaps/default/keymap.c +++ b/keyboards/hadron/ver2/keymaps/default/keymap.c | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #ifdef AUDIO_ENABLE | ||
| 3 | #include "audio.h" | ||
| 4 | #endif | ||
| 5 | #ifdef USE_I2C | 2 | #ifdef USE_I2C |
| 6 | #include "i2c.h" | 3 | #include "i2c.h" |
| 7 | #endif | 4 | #endif |
diff --git a/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/config.h b/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/config.h index 682c7a868..6b0ddbfe8 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/config.h +++ b/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/config.h | |||
| @@ -20,8 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 20 | 20 | ||
| 21 | #pragma once | 21 | #pragma once |
| 22 | 22 | ||
| 23 | #include "../../config.h" | ||
| 24 | |||
| 25 | /* Use I2C or Serial, not both */ | 23 | /* Use I2C or Serial, not both */ |
| 26 | 24 | ||
| 27 | #define USE_SERIAL | 25 | #define USE_SERIAL |
diff --git a/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c b/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c index 24c02215e..2e5cfd7ce 100644 --- a/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c +++ b/keyboards/handwired/dactyl_manuform/4x5/keymaps/default/keymap.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #include "dactyl_manuform.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | #include "eeconfig.h" | ||
| 4 | 2 | ||
| 5 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 6 | 4 | ||
| @@ -126,4 +124,3 @@ void persistent_default_layer_set(uint16_t default_layer) { | |||
| 126 | eeconfig_update_default_layer(default_layer); | 124 | eeconfig_update_default_layer(default_layer); |
| 127 | default_layer_set(default_layer); | 125 | default_layer_set(default_layer); |
| 128 | } | 126 | } |
| 129 | |||
diff --git a/keyboards/handwired/frenchdev/keymaps/default/keymap.c b/keyboards/handwired/frenchdev/keymaps/default/keymap.c index 3d0f1fbfb..506383a1b 100644 --- a/keyboards/handwired/frenchdev/keymaps/default/keymap.c +++ b/keyboards/handwired/frenchdev/keymaps/default/keymap.c | |||
| @@ -394,5 +394,3 @@ void led_set_user(uint8_t usb_led) { | |||
| 394 | } | 394 | } |
| 395 | return ; | 395 | return ; |
| 396 | } | 396 | } |
| 397 | |||
| 398 | |||
diff --git a/keyboards/handwired/hexon38/keymaps/default/keymap.c b/keyboards/handwired/hexon38/keymaps/default/keymap.c index c3805991f..65dfb4ca0 100644 --- a/keyboards/handwired/hexon38/keymaps/default/keymap.c +++ b/keyboards/handwired/hexon38/keymaps/default/keymap.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // see https://github.com/pepaslabs/hexon38 | 1 | // see https://github.com/pepaslabs/hexon38 |
| 2 | 2 | ||
| 3 | #include "hexon38.h" | 3 | #include QMK_KEYBOARD_H |
| 4 | 4 | ||
| 5 | #define A_ KC_A | 5 | #define A_ KC_A |
| 6 | #define B_ KC_B | 6 | #define B_ KC_B |
diff --git a/keyboards/handwired/maartenwut/keymaps/default/keymap.c b/keyboards/handwired/maartenwut/keymaps/default/keymap.c index d318b0423..54276d4b2 100755 --- a/keyboards/handwired/maartenwut/keymaps/default/keymap.c +++ b/keyboards/handwired/maartenwut/keymaps/default/keymap.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "maartenwut.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | #define _MA 0 | 3 | #define _MA 0 |
| 4 | #define _NU 1 | 4 | #define _NU 1 |
diff --git a/keyboards/handwired/magicforce61/keymaps/default/keymap.c b/keyboards/handwired/magicforce61/keymaps/default/keymap.c index 9559be5d2..9183ba72a 100644 --- a/keyboards/handwired/magicforce61/keymaps/default/keymap.c +++ b/keyboards/handwired/magicforce61/keymaps/default/keymap.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "magicforce61.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | #define _QWERTY 0 | 3 | #define _QWERTY 0 |
| 4 | #define _FN1 1 | 4 | #define _FN1 1 |
diff --git a/keyboards/handwired/minorca/keymaps/default/config.h b/keyboards/handwired/minorca/keymaps/default/config.h index bf40376c1..c19ad7372 100644 --- a/keyboards/handwired/minorca/keymaps/default/config.h +++ b/keyboards/handwired/minorca/keymaps/default/config.h | |||
| @@ -1,12 +1,10 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | 2 | |
| 3 | // place overrides here | ||
| 3 | 4 | ||
| 4 | #include "../../config.h" | ||
| 5 | 5 | ||
| 6 | /* bootmagic salt key */ | 6 | /* bootmagic salt key */ |
| 7 | #define BOOTMAGIC_KEY_SALT KC_ESC | 7 | #define BOOTMAGIC_KEY_SALT KC_ESC |
| 8 | 8 | ||
| 9 | /* skip bootmagic and eeconfig */ | 9 | /* skip bootmagic and eeconfig */ |
| 10 | #define BOOTMAGIC_KEY_SKIP KC_SPACE | 10 | #define BOOTMAGIC_KEY_SKIP KC_SPACE |
| 11 | |||
| 12 | #endif | ||
diff --git a/keyboards/handwired/terminus_mini/keymaps/default/config.h b/keyboards/handwired/terminus_mini/keymaps/default/config.h index 34ef67207..4817be252 100644 --- a/keyboards/handwired/terminus_mini/keymaps/default/config.h +++ b/keyboards/handwired/terminus_mini/keymaps/default/config.h | |||
| @@ -14,13 +14,8 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #define TAPPING_TERM 150 //reduce time required to register a held key | 17 | #pragma once |
| 18 | |||
| 19 | #ifndef CONFIG_USER_H | ||
| 20 | #define CONFIG_USER_H | ||
| 21 | |||
| 22 | #include "../../config.h" | ||
| 23 | 18 | ||
| 24 | // place overrides here | 19 | // place overrides here |
| 25 | 20 | ||
| 26 | #endif | 21 | #define TAPPING_TERM 150 //reduce time required to register a held key |
diff --git a/keyboards/handwired/traveller/keymaps/default/keymap.c b/keyboards/handwired/traveller/keymaps/default/keymap.c index 1b1038fd7..44f65f4b8 100644 --- a/keyboards/handwired/traveller/keymaps/default/keymap.c +++ b/keyboards/handwired/traveller/keymaps/default/keymap.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | #include "traveller.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "mousekey.h" | 2 | #include "mousekey.h" |
| 3 | #include "action_layer.h" | ||
| 4 | 3 | ||
| 5 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 4 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 6 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 5 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
| @@ -9,7 +8,7 @@ | |||
| 9 | #define _HI 2 | 8 | #define _HI 2 |
| 10 | #define _NAV 4 | 9 | #define _NAV 4 |
| 11 | #define _CUR 5 | 10 | #define _CUR 5 |
| 12 | #define _FKEYS 6 | 11 | #define _FKEYS 6 |
| 13 | #define _TRNS 8 | 12 | #define _TRNS 8 |
| 14 | 13 | ||
| 15 | // We do the same trick for functions | 14 | // We do the same trick for functions |
| @@ -20,7 +19,7 @@ | |||
| 20 | #define MDL 4 | 19 | #define MDL 4 |
| 21 | #define MDR 5 | 20 | #define MDR 5 |
| 22 | #define MUR 6 | 21 | #define MUR 6 |
| 23 | #define MUL 3 | 22 | #define MUL 3 |
| 24 | 23 | ||
| 25 | 24 | ||
| 26 | 25 | ||
| @@ -35,9 +34,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 35 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| | 34 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| |
| 36 | * | Shift| Z | Del | GUI | Low | Bspc |/Enter| Spc | Hi | GUI | Alt | / |Shift | | 35 | * | Shift| Z | Del | GUI | Low | Bspc |/Enter| Spc | Hi | GUI | Alt | / |Shift | |
| 37 | * `------------------------------------------------------------------------------------------' | 36 | * `------------------------------------------------------------------------------------------' |
| 38 | * | 37 | * |
| 39 | */ | 38 | */ |
| 40 | [_QW] = KEYMAP( | 39 | [_QW] = KEYMAP( |
| 41 | TG(_NAV), KC_GRV, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_MINS, KC_EQL, | 40 | TG(_NAV), KC_GRV, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_MINS, KC_EQL, |
| 42 | KC_TAB, KC_Q, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_P, KC_BSLS, | 41 | KC_TAB, KC_Q, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_P, KC_BSLS, |
| 43 | CTL_T(KC_ESC), KC_A, KC_X, KC_C, KC_V, KC_B, KC_RCTL, KC_N, KC_M, KC_COMM, KC_DOT, KC_SCLN, KC_QUOT, | 42 | CTL_T(KC_ESC), KC_A, KC_X, KC_C, KC_V, KC_B, KC_RCTL, KC_N, KC_M, KC_COMM, KC_DOT, KC_SCLN, KC_QUOT, |
| @@ -45,7 +44,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 45 | ), | 44 | ), |
| 46 | 45 | ||
| 47 | /* LOW - numbers, missing or awkward programming keys | 46 | /* LOW - numbers, missing or awkward programming keys |
| 48 | Doubled 1 key allows lazy reach with ring finger. | 47 | Doubled 1 key allows lazy reach with ring finger. |
| 49 | * ,-----------------------------------------. .-----------------------------------------. | 48 | * ,-----------------------------------------. .-----------------------------------------. |
| 50 | * | FKeys| 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 |Ctrl-alt-del| | 49 | * | FKeys| 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 |Ctrl-alt-del| |
| 51 | * |------+------+------+------+------+------| +------+------+------+------+------+------| | 50 | * |------+------+------+------+------+------| +------+------+------+------+------+------| |
| @@ -55,18 +54,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 55 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| | 54 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| |
| 56 | * | Shift| | | | Low | |/ | | Hi | | | |Shift | | 55 | * | Shift| | | | Low | |/ | | Hi | | | |Shift | |
| 57 | * `------------------------------------------------------------------------------------------' | 56 | * `------------------------------------------------------------------------------------------' |
| 58 | * | 57 | * |
| 59 | */ | 58 | */ |
| 60 | 59 | ||
| 61 | [_LW] = KEYMAP( | 60 | [_LW] = KEYMAP( |
| 62 | TG(_FKEYS), KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, LCTL(LALT(KC_DEL)) , | 61 | TG(_FKEYS), KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, LCTL(LALT(KC_DEL)) , |
| 63 | KC_TRNS, KC_1, KC_RBRC, KC_LPRN, KC_RPRN, KC_NO, KC_ASTR, KC_LPRN, KC_RPRN, KC_LBRC, KC_NO, KC_NO, | 62 | KC_TRNS, KC_1, KC_RBRC, KC_LPRN, KC_RPRN, KC_NO, KC_ASTR, KC_LPRN, KC_RPRN, KC_LBRC, KC_NO, KC_NO, |
| 64 | KC_CAPS, KC_LBRC, KC_NO, KC_LCBR, KC_RCBR, KC_TILD, KC_TRNS, KC_HASH, KC_LCBR, KC_RCBR, KC_NO, KC_RBRC, KC_NO, | 63 | KC_CAPS, KC_LBRC, KC_NO, KC_LCBR, KC_RCBR, KC_TILD, KC_TRNS, KC_HASH, KC_LCBR, KC_RCBR, KC_NO, KC_RBRC, KC_NO, |
| 65 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | 64 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS |
| 66 | ), | 65 | ), |
| 67 | 66 | ||
| 68 | /* HI - Punctuation, shell and | 67 | /* HI - Punctuation, shell and |
| 69 | url ://@.com row on bottom, && is opposite || ^$ are in regex order: ^.*$ | 68 | url ://@.com row on bottom, && is opposite || ^$ are in regex order: ^.*$ |
| 70 | Right hand nav keys work pretty well chorded with the Right hand Hi Key | 69 | Right hand nav keys work pretty well chorded with the Right hand Hi Key |
| 71 | * ,-----------------------------------------. .-----------------------------------------. | 70 | * ,-----------------------------------------. .-----------------------------------------. |
| 72 | * |FKEYS | ! | @ | # | $ | % | | ^ | & | * | ( | ) | + | | 71 | * |FKEYS | ! | @ | # | $ | % | | ^ | & | * | ( | ) | + | |
| @@ -77,19 +76,19 @@ Right hand nav keys work pretty well chorded with the Right hand Hi Key | |||
| 77 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| | 76 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| |
| 78 | * | | / | | | Low | |/ | | Hi | PgDn | Left| Down | Right | | 77 | * | | / | | | Low | |/ | | Hi | PgDn | Left| Down | Right | |
| 79 | * `------------------------------------------------------------------------------------------' | 78 | * `------------------------------------------------------------------------------------------' |
| 80 | * | 79 | * |
| 81 | */ | 80 | */ |
| 82 | 81 | ||
| 83 | [_HI] = KEYMAP( | 82 | [_HI] = KEYMAP( |
| 84 | TG(_FKEYS),KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_PLUS, | 83 | TG(_FKEYS),KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_PLUS, |
| 85 | KC_TRNS, KC_EXLM, KC_AMPR, KC_PIPE, KC_DLR, KC_PERC, KC_VOLU, KC_MUTE, KC_NO, KC_NO, KC_NO, KC_NO, | 84 | KC_TRNS, KC_EXLM, KC_AMPR, KC_PIPE, KC_DLR, KC_PERC, KC_VOLU, KC_MUTE, KC_NO, KC_NO, KC_NO, KC_NO, |
| 86 | KC_CAPS, KC_CIRC, KC_COLN, KC_DOT, KC_ASTR, KC_MINS, KC_TRNS, KC_VOLD, KC_PPLS, KC_PGUP, KC_HOME, KC_UP, KC_END, | 85 | KC_CAPS, KC_CIRC, KC_COLN, KC_DOT, KC_ASTR, KC_MINS, KC_TRNS, KC_VOLD, KC_PPLS, KC_PGUP, KC_HOME, KC_UP, KC_END, |
| 87 | KC_TRNS, KC_SLSH, KC_TRNS, KC_TRNS, TT(_LW), KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGDN, KC_LEFT, KC_DOWN, KC_RIGHT | 86 | KC_TRNS, KC_SLSH, KC_TRNS, KC_TRNS, TT(_LW), KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGDN, KC_LEFT, KC_DOWN, KC_RIGHT |
| 88 | ), | 87 | ), |
| 89 | 88 | ||
| 90 | /* NAV - mouse & navigation | 89 | /* NAV - mouse & navigation |
| 91 | //gui left and right are line home/end, or fore & back in browser | 90 | //gui left and right are line home/end, or fore & back in browser |
| 92 | // Mouse buttons are reversed for comfort - bigger stretch is to the right button. | 91 | // Mouse buttons are reversed for comfort - bigger stretch is to the right button. |
| 93 | 92 | ||
| 94 | * ,-----------------------------------------. .-----------------------------------------. | 93 | * ,-----------------------------------------. .-----------------------------------------. |
| 95 | * | NAV | | | Up | |Gui-> | | MwU | MS_UL| MS_U |MS_UR | |Ms Norm| | 94 | * | NAV | | | Up | |Gui-> | | MwU | MS_UL| MS_U |MS_UR | |Ms Norm| |
| @@ -102,7 +101,7 @@ Right hand nav keys work pretty well chorded with the Right hand Hi Key | |||
| 102 | * `------------------------------------------------------------------------------------------' | 101 | * `------------------------------------------------------------------------------------------' |
| 103 | */ | 102 | */ |
| 104 | 103 | ||
| 105 | [_NAV] = KEYMAP( | 104 | [_NAV] = KEYMAP( |
| 106 | TG(_NAV), KC_NO, KC_NO, KC_UP, KC_NO, RGUI(KC_RIGHT), KC_WH_U, M(MUL), KC_MS_U, M(MUR), KC_NO, KC_ACL2, | 105 | TG(_NAV), KC_NO, KC_NO, KC_UP, KC_NO, RGUI(KC_RIGHT), KC_WH_U, M(MUL), KC_MS_U, M(MUR), KC_NO, KC_ACL2, |
| 107 | KC_TRNS, RGUI(KC_LEFT), KC_LEFT, KC_DOWN, KC_RIGHT, LCTL(KC_E), KC_BTN3, KC_MS_L, KC_MS_U, KC_MS_R, KC_NO, KC_ACL1, | 106 | KC_TRNS, RGUI(KC_LEFT), KC_LEFT, KC_DOWN, KC_RIGHT, LCTL(KC_E), KC_BTN3, KC_MS_L, KC_MS_U, KC_MS_R, KC_NO, KC_ACL1, |
| 108 | KC_TRNS, LCTL(KC_A), LGUI(KC_X),RGUI(KC_C), RGUI(KC_V),KC_NO, KC_ENTER, KC_WH_D, M(MDL), KC_MS_D, M(MDR), KC_UP, KC_ACL0, | 107 | KC_TRNS, LCTL(KC_A), LGUI(KC_X),RGUI(KC_C), RGUI(KC_V),KC_NO, KC_ENTER, KC_WH_D, M(MDL), KC_MS_D, M(MDR), KC_UP, KC_ACL0, |
| @@ -111,7 +110,7 @@ Right hand nav keys work pretty well chorded with the Right hand Hi Key | |||
| 111 | 110 | ||
| 112 | /* FKEYS - Funtion keys & mac stuff | 111 | /* FKEYS - Funtion keys & mac stuff |
| 113 | * ,-----------------------------------------. .-----------------------------------------. | 112 | * ,-----------------------------------------. .-----------------------------------------. |
| 114 | * | FKEYS| F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 | Ctrl | | 113 | * | FKEYS| F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 | Ctrl | |
| 115 | * |------+------+------+------+------+------| |------+------+------+------+------+------| | 114 | * |------+------+------+------+------+------| |------+------+------+------+------+------| |
| 116 | * | | | | | | | | F11 | F12 | F13 | F14 | F15 | Alt | | 115 | * | | | | | | | | F11 | F12 | F13 | F14 | F15 | Alt | |
| 117 | * |------+------+------+------+------+------|------+------+------+------+------+------+------| | 116 | * |------+------+------+------+------+------|------+------+------+------+------+------+------| |
| @@ -120,9 +119,9 @@ Right hand nav keys work pretty well chorded with the Right hand Hi Key | |||
| 120 | * | . |RGBTog| . | | LO | Bspc |/ | | HI | | | | | | 119 | * | . |RGBTog| . | | LO | Bspc |/ | | HI | | | | | |
| 121 | * `------------------------------------------------------------------------------------------' | 120 | * `------------------------------------------------------------------------------------------' |
| 122 | * | 121 | * |
| 123 | */ | 122 | */ |
| 124 | 123 | ||
| 125 | [_FKEYS] = KEYMAP( | 124 | [_FKEYS] = KEYMAP( |
| 126 | TG(_FKEYS),KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_RCTL, | 125 | TG(_FKEYS),KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_RCTL, |
| 127 | KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_F11, KC_F12, KC_F13, KC_F14, KC_F15, KC_LALT , | 126 | KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_F11, KC_F12, KC_F13, KC_F14, KC_F15, KC_LALT , |
| 128 | TO(_QW), KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_DEL, | 127 | TO(_QW), KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_TRNS, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_DEL, |
| @@ -140,7 +139,7 @@ Right hand nav keys work pretty well chorded with the Right hand Hi Key | |||
| 140 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| | 139 | * |------+------+------+------+------+------+ // +------+------+------+------+------+------| |
| 141 | * | . | . | . | GUI | LO | . |/ | Spc | HI | GUI | M0 | / |LSFT | | 140 | * | . | . | . | GUI | LO | . |/ | Spc | HI | GUI | M0 | / |LSFT | |
| 142 | * `------------------------------------------------------------------------------------------' | 141 | * `------------------------------------------------------------------------------------------' |
| 143 | * | 142 | * |
| 144 | */ | 143 | */ |
| 145 | 144 | ||
| 146 | [_TRNS] = { | 145 | [_TRNS] = { |
| @@ -226,12 +225,12 @@ void LayerLEDSet(uint8_t layr) { | |||
| 226 | break; | 225 | break; |
| 227 | case _LW: | 226 | case _LW: |
| 228 | // deep purple | 227 | // deep purple |
| 229 | rgblight_setrgb(20,0,35); | 228 | rgblight_setrgb(20,0,35); |
| 230 | break; | 229 | break; |
| 231 | case _HI: | 230 | case _HI: |
| 232 | // light blue | 231 | // light blue |
| 233 | rgblight_setrgb(0,20,20); | 232 | rgblight_setrgb(0,20,20); |
| 234 | break; | 233 | break; |
| 235 | case _NAV: | 234 | case _NAV: |
| 236 | // Yellowy orange | 235 | // Yellowy orange |
| 237 | rgblight_setrgb(25,20,0); // brighter | 236 | rgblight_setrgb(25,20,0); // brighter |
| @@ -239,14 +238,14 @@ void LayerLEDSet(uint8_t layr) { | |||
| 239 | case _FKEYS: | 238 | case _FKEYS: |
| 240 | // RED | 239 | // RED |
| 241 | rgblight_setrgb(20,0,0); // brighter | 240 | rgblight_setrgb(20,0,0); // brighter |
| 242 | break; | 241 | break; |
| 243 | default: | 242 | default: |
| 244 | rgblight_setrgb(20,2,20);//error | 243 | rgblight_setrgb(20,2,20);//error |
| 245 | break; | 244 | break; |
| 246 | } | 245 | } |
| 247 | 246 | ||
| 248 | return; | 247 | return; |
| 249 | 248 | ||
| 250 | } | 249 | } |
| 251 | 250 | ||
| 252 | void matrix_init_user(void) { | 251 | void matrix_init_user(void) { |
| @@ -271,5 +270,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 271 | void led_set_user(uint8_t usb_led) { | 270 | void led_set_user(uint8_t usb_led) { |
| 272 | 271 | ||
| 273 | } | 272 | } |
| 274 | |||
| 275 | |||
diff --git a/keyboards/handwired/woodpad/keymaps/default/config.h b/keyboards/handwired/woodpad/keymaps/default/config.h index f52a97bbc..a72596783 100644 --- a/keyboards/handwired/woodpad/keymaps/default/config.h +++ b/keyboards/handwired/woodpad/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/handwired/woodpad/keymaps/default/keymap.c b/keyboards/handwired/woodpad/keymaps/default/keymap.c index 724230e45..838c14ead 100644 --- a/keyboards/handwired/woodpad/keymaps/default/keymap.c +++ b/keyboards/handwired/woodpad/keymaps/default/keymap.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 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/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "woodpad.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | 17 | ||
| 18 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 18 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 19 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 19 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
| @@ -86,7 +86,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 86 | layer_off(_ADJUST); | 86 | layer_off(_ADJUST); |
| 87 | } | 87 | } |
| 88 | numlock_down = false; | 88 | numlock_down = false; |
| 89 | } | 89 | } |
| 90 | return false; | 90 | return false; |
| 91 | break; | 91 | break; |
| 92 | case KC_LALT: | 92 | case KC_LALT: |
diff --git a/keyboards/hecomi/keymaps/default/keymap.c b/keyboards/hecomi/keymaps/default/keymap.c index 299d9037a..25bddb7df 100644 --- a/keyboards/hecomi/keymaps/default/keymap.c +++ b/keyboards/hecomi/keymaps/default/keymap.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include QMK_KEYBOARD_H | 16 | #include QMK_KEYBOARD_H |
| 17 | #include "hecomi.h" | ||
| 18 | 17 | ||
| 19 | // Defines the keycodes used by our macros in process_record_user | 18 | // Defines the keycodes used by our macros in process_record_user |
| 20 | enum custom_keycodes { | 19 | enum custom_keycodes { |
diff --git a/keyboards/helix/pico/keymaps/default/config.h b/keyboards/helix/pico/keymaps/default/config.h index 20dfc9f98..765318519 100644 --- a/keyboards/helix/pico/keymaps/default/config.h +++ b/keyboards/helix/pico/keymaps/default/config.h | |||
| @@ -18,8 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along 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 | 22 | ||
| 24 | // place overrides here | 23 | // place overrides here |
| 25 | 24 | ||
| @@ -42,5 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 42 | //#define RGBLIGHT_EFFECT_RGB_TEST | 41 | //#define RGBLIGHT_EFFECT_RGB_TEST |
| 43 | //#define RGBLIGHT_EFFECT_ALTERNATING | 42 | //#define RGBLIGHT_EFFECT_ALTERNATING |
| 44 | #endif | 43 | #endif |
| 45 | |||
| 46 | #endif /* CONFIG_USER_H */ | ||
diff --git a/keyboards/helix/rev1/keymaps/default/config.h b/keyboards/helix/rev1/keymaps/default/config.h index d95925d4e..0f81f5f7b 100644 --- a/keyboards/helix/rev1/keymaps/default/config.h +++ b/keyboards/helix/rev1/keymaps/default/config.h | |||
| @@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along 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 | 22 | |
| 23 | // place overrides here | ||
| 23 | 24 | ||
| 24 | /* Use I2C or Serial, not both */ | 25 | /* Use I2C or Serial, not both */ |
| 25 | 26 | ||
| @@ -31,5 +32,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 31 | #define MASTER_LEFT | 32 | #define MASTER_LEFT |
| 32 | // #define _MASTER_RIGHT | 33 | // #define _MASTER_RIGHT |
| 33 | // #define EE_HANDS | 34 | // #define EE_HANDS |
| 34 | |||
| 35 | #endif | ||
diff --git a/keyboards/helix/rev2/keymaps/default/config.h b/keyboards/helix/rev2/keymaps/default/config.h index ed3767579..b8c1041cd 100644 --- a/keyboards/helix/rev2/keymaps/default/config.h +++ b/keyboards/helix/rev2/keymaps/default/config.h | |||
| @@ -18,8 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 | along 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 | 22 | ||
| 24 | // place overrides here | 23 | // place overrides here |
| 25 | 24 | ||
| @@ -37,5 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | //#define RGBLIGHT_EFFECT_RGB_TEST | 36 | //#define RGBLIGHT_EFFECT_RGB_TEST |
| 38 | //#define RGBLIGHT_EFFECT_ALTERNATING | 37 | //#define RGBLIGHT_EFFECT_ALTERNATING |
| 39 | #endif | 38 | #endif |
| 40 | |||
| 41 | #endif /* CONFIG_USER_H */ | ||
diff --git a/keyboards/hid_liber/keymaps/default/keymap.c b/keyboards/hid_liber/keymaps/default/keymap.c index 67d57d062..8140edc00 100755 --- a/keyboards/hid_liber/keymaps/default/keymap.c +++ b/keyboards/hid_liber/keymaps/default/keymap.c | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | * You should have received a copy of the GNU General Public License | 14 | * 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 | #include "hid_liber.h" | 17 | #include QMK_KEYBOARD_H |
| 18 | 18 | ||
| 19 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 19 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 20 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 20 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
diff --git a/keyboards/jc65/v32u4/keymaps/default/config.h b/keyboards/jc65/v32u4/keymaps/default/config.h index a5568e400..271f48d00 100644 --- a/keyboards/jc65/v32u4/keymaps/default/config.h +++ b/keyboards/jc65/v32u4/keymaps/default/config.h | |||
| @@ -1 +1,3 @@ | |||
| 1 | #include "../../config.h" | 1 | #pragma once |
| 2 | |||
| 3 | // place overrides here | ||
diff --git a/keyboards/jj50/keymaps/default/keymap.c b/keyboards/jj50/keymaps/default/keymap.c index 9d753eb8e..d5334d495 100644 --- a/keyboards/jj50/keymaps/default/keymap.c +++ b/keyboards/jj50/keymaps/default/keymap.c | |||
| @@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 18 | */ | 18 | */ |
| 19 | 19 | ||
| 20 | #include QMK_KEYBOARD_H | 20 | #include QMK_KEYBOARD_H |
| 21 | #include "action_layer.h" | ||
| 22 | #include "rgblight.h" | ||
| 23 | 21 | ||
| 24 | #define ______ KC_TRNS | 22 | #define ______ KC_TRNS |
| 25 | #define _DEFLT 0 | 23 | #define _DEFLT 0 |
| @@ -113,7 +111,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 113 | _______, _______, _______, _______, _______, _______, _______,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______, \ | 111 | _______, _______, _______, _______, _______, _______, _______,S(KC_NUHS),S(KC_NUBS),KC_HOME, KC_END, _______, \ |
| 114 | BL_STEP, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY \ | 112 | BL_STEP, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY \ |
| 115 | ), | 113 | ), |
| 116 | 114 | ||
| 117 | /* Fn | 115 | /* Fn |
| 118 | * ,-----------------------------------------------------------------------------------. | 116 | * ,-----------------------------------------------------------------------------------. |
| 119 | * | | | £ | | | | | | | | | | | 117 | * | | | £ | | | | | | | | | | |
diff --git a/keyboards/k_type/keymaps/default/keymap.c b/keyboards/k_type/keymaps/default/keymap.c index 29d93c107..331d33155 100644 --- a/keyboards/k_type/keymaps/default/keymap.c +++ b/keyboards/k_type/keymaps/default/keymap.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #include "k_type.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 3 | const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 4 | [0] = KEYMAP( | 4 | [0] = KEYMAP( |
diff --git a/keyboards/katana60/keymaps/default/config.h b/keyboards/katana60/keymaps/default/config.h index 08c51f6cb..c4bea7eb0 100644 --- a/keyboards/katana60/keymaps/default/config.h +++ b/keyboards/katana60/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/kbdfans/kbd66/keymaps/default/config.h b/keyboards/kbdfans/kbd66/keymaps/default/config.h index c7b3d6ecc..6d42fc568 100644 --- a/keyboards/kbdfans/kbd66/keymaps/default/config.h +++ b/keyboards/kbdfans/kbd66/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/kc60se/keymaps/default/config.h b/keyboards/kc60se/keymaps/default/config.h index 0f7563505..4496c5910 100644 --- a/keyboards/kc60se/keymaps/default/config.h +++ b/keyboards/kc60se/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/keebio/chocopad/keymaps/default/config.h b/keyboards/keebio/chocopad/keymaps/default/config.h index 7fa3bf328..271f48d00 100644 --- a/keyboards/keebio/chocopad/keymaps/default/config.h +++ b/keyboards/keebio/chocopad/keymaps/default/config.h | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | 2 | ||
| 4 | #include "../../config.h" | 3 | // place overrides here |
| 5 | |||
| 6 | #endif | ||
diff --git a/keyboards/kinesis/keymaps/default/config.h b/keyboards/kinesis/keymaps/default/config.h index 8893d122e..271f48d00 100644 --- a/keyboards/kinesis/keymaps/default/config.h +++ b/keyboards/kinesis/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif | ||
diff --git a/keyboards/kira75/keymaps/default/config.h b/keyboards/kira75/keymaps/default/config.h index 2c852d181..a3ed4f762 100644 --- a/keyboards/kira75/keymaps/default/config.h +++ b/keyboards/kira75/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/kmac/keymaps/default/config.h b/keyboards/kmac/keymaps/default/config.h index a3828f7d5..09b8f1bc7 100644 --- a/keyboards/kmac/keymaps/default/config.h +++ b/keyboards/kmac/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/knops/mini/keymaps/default/config.h b/keyboards/knops/mini/keymaps/default/config.h index 999d8876c..6775ba671 100644 --- a/keyboards/knops/mini/keymaps/default/config.h +++ b/keyboards/knops/mini/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/kona_classic/keymaps/default/config.h b/keyboards/kona_classic/keymaps/default/config.h index a3828f7d5..09b8f1bc7 100644 --- a/keyboards/kona_classic/keymaps/default/config.h +++ b/keyboards/kona_classic/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/launchpad/keymaps/default/keymap.c b/keyboards/launchpad/keymaps/default/keymap.c index da2ff292a..c793349a5 100644 --- a/keyboards/launchpad/keymaps/default/keymap.c +++ b/keyboards/launchpad/keymaps/default/keymap.c | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | // Below layout is based upon /u/That-Canadian's planck layout | 1 | // Below layout is based upon /u/That-Canadian's planck layout |
| 2 | #include "launchpad.h" | 2 | #include QMK_KEYBOARD_H |
| 3 | #include "action_layer.h" | ||
| 4 | #include "eeconfig.h" | ||
| 5 | 3 | ||
| 6 | extern keymap_config_t keymap_config; | 4 | extern keymap_config_t keymap_config; |
| 7 | 5 | ||
| @@ -21,9 +19,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 21 | 19 | ||
| 22 | /* Qwerty | 20 | /* Qwerty |
| 23 | * ,-------------. | 21 | * ,-------------. |
| 24 | * | 1 | 2 | | 22 | * | 1 | 2 | |
| 25 | * |------+------| | 23 | * |------+------| |
| 26 | * | 3 | 4 | | 24 | * | 3 | 4 | |
| 27 | * |------+------| | 25 | * |------+------| |
| 28 | * | 5 | 6 | | 26 | * | 5 | 6 | |
| 29 | * |------+------| | 27 | * |------+------| |
| @@ -39,9 +37,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 39 | 37 | ||
| 40 | /* Function | 38 | /* Function |
| 41 | * ,-------------. | 39 | * ,-------------. |
| 42 | * | Q |CALDEL| | 40 | * | Q |CALDEL| |
| 43 | * |------+------| | 41 | * |------+------| |
| 44 | * | A |TSKMGR| | 42 | * | A |TSKMGR| |
| 45 | * |------+------| | 43 | * |------+------| |
| 46 | * | Z | X | | 44 | * | Z | X | |
| 47 | * |------+------| | 45 | * |------+------| |
| @@ -58,5 +56,5 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 58 | }; | 56 | }; |
| 59 | 57 | ||
| 60 | void matrix_init_user(void) { | 58 | void matrix_init_user(void) { |
| 61 | 59 | ||
| 62 | } | 60 | } |
diff --git a/keyboards/lfkeyboards/lfk87/keymaps/default/config.h b/keyboards/lfkeyboards/lfk87/keymaps/default/config.h index 8893d122e..271f48d00 100644 --- a/keyboards/lfkeyboards/lfk87/keymaps/default/config.h +++ b/keyboards/lfkeyboards/lfk87/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif | ||
diff --git a/keyboards/lfkeyboards/lfkpad/keymaps/default/config.h b/keyboards/lfkeyboards/lfkpad/keymaps/default/config.h index 8893d122e..271f48d00 100644 --- a/keyboards/lfkeyboards/lfkpad/keymaps/default/config.h +++ b/keyboards/lfkeyboards/lfkpad/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif | ||
diff --git a/keyboards/lfkeyboards/mini1800/keymaps/default/config.h b/keyboards/lfkeyboards/mini1800/keymaps/default/config.h index 8893d122e..271f48d00 100644 --- a/keyboards/lfkeyboards/mini1800/keymaps/default/config.h +++ b/keyboards/lfkeyboards/mini1800/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif | ||
diff --git a/keyboards/lfkeyboards/smk65/keymaps/default/config.h b/keyboards/lfkeyboards/smk65/keymaps/default/config.h index 8893d122e..271f48d00 100644 --- a/keyboards/lfkeyboards/smk65/keymaps/default/config.h +++ b/keyboards/lfkeyboards/smk65/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif | ||
diff --git a/keyboards/m10a/keymaps/default/keymap.c b/keyboards/m10a/keymaps/default/keymap.c index 0c2fb62b0..232239609 100644 --- a/keyboards/m10a/keymaps/default/keymap.c +++ b/keyboards/m10a/keymaps/default/keymap.c | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | 1 | #include QMK_KEYBOARD_H | |
| 2 | #include "m10a.h" | ||
| 3 | #include "action_layer.h" | ||
| 4 | #include "eeconfig.h" | ||
| 5 | 2 | ||
| 6 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 7 | 4 | ||
diff --git a/keyboards/mechmini/v1/keymaps/default/keymap.c b/keyboards/mechmini/v1/keymaps/default/keymap.c index 4a0a4dc0a..f9e446064 100644 --- a/keyboards/mechmini/v1/keymaps/default/keymap.c +++ b/keyboards/mechmini/v1/keymaps/default/keymap.c | |||
| @@ -13,8 +13,7 @@ You should have received a copy of the GNU General Public License | |||
| 13 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 13 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | #include "mechmini.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | #include "quantum.h" | ||
| 18 | 17 | ||
| 19 | #define _BL 0 // base layer | 18 | #define _BL 0 // base layer |
| 20 | #define _FN1 1 // function layer 1 | 19 | #define _FN1 1 // function layer 1 |
diff --git a/keyboards/meira/keymaps/default/config.h b/keyboards/meira/keymaps/default/config.h index 5f5844a70..e3776d2ef 100644 --- a/keyboards/meira/keymaps/default/config.h +++ b/keyboards/meira/keymaps/default/config.h | |||
| @@ -14,10 +14,9 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | 18 | ||
| 20 | #include "../../config.h" | 19 | // place overrides here |
| 21 | 20 | ||
| 22 | // place overrides here | 21 | // place overrides here |
| 23 | #define MUSIC_MASK (keycode != KC_NO) | 22 | #define MUSIC_MASK (keycode != KC_NO) |
| @@ -30,5 +29,3 @@ | |||
| 30 | SONG(DVORAK_SOUND) \ | 29 | SONG(DVORAK_SOUND) \ |
| 31 | } | 30 | } |
| 32 | #endif | 31 | #endif |
| 33 | |||
| 34 | #endif | ||
diff --git a/keyboards/meira/keymaps/default/keymap.c b/keyboards/meira/keymaps/default/keymap.c index b25d78919..5703999a0 100644 --- a/keyboards/meira/keymaps/default/keymap.c +++ b/keyboards/meira/keymaps/default/keymap.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 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/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "meira.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | #include "lighting.h" | 17 | #include "lighting.h" |
| 18 | 18 | ||
| 19 | #ifdef RGBLIGHT_ENABLE | 19 | #ifdef RGBLIGHT_ENABLE |
diff --git a/keyboards/meishi/keymaps/default/keymap.c b/keyboards/meishi/keymaps/default/keymap.c index 88f08ee56..528beb168 100644 --- a/keyboards/meishi/keymaps/default/keymap.c +++ b/keyboards/meishi/keymaps/default/keymap.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 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/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "meishi.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | 17 | ||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 19 | [0] = LAYOUT( /* Base */ | 19 | [0] = LAYOUT( /* Base */ |
diff --git a/keyboards/meme/keymaps/default/config.h b/keyboards/meme/keymaps/default/config.h index 2c852d181..a3ed4f762 100644 --- a/keyboards/meme/keymaps/default/config.h +++ b/keyboards/meme/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/miuni32/keymaps/default/config.h b/keyboards/miuni32/keymaps/default/config.h index df06a2620..271f48d00 100644 --- a/keyboards/miuni32/keymaps/default/config.h +++ b/keyboards/miuni32/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif \ No newline at end of file | ||
diff --git a/keyboards/mt40/keymaps/default/config.h b/keyboards/mt40/keymaps/default/config.h index 9f9a9fc10..6c3e30ef7 100644 --- a/keyboards/mt40/keymaps/default/config.h +++ b/keyboards/mt40/keymaps/default/config.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | 2 | |
| 3 | // place overrides here | ||
| 3 | 4 | ||
| 4 | #define TAPPING_TERM 200 | 5 | #define TAPPING_TERM 200 |
| 5 | 6 | ||
| @@ -7,5 +8,3 @@ | |||
| 7 | #define RGBLIGHT_HUE_STEP 12 | 8 | #define RGBLIGHT_HUE_STEP 12 |
| 8 | #define RGBLIGHT_SAT_STEP 15 | 9 | #define RGBLIGHT_SAT_STEP 15 |
| 9 | #define RGBLIGHT_VAL_STEP 18 | 10 | #define RGBLIGHT_VAL_STEP 18 |
| 10 | |||
| 11 | #endif | ||
diff --git a/keyboards/mt980/keymaps/default/keymap.c b/keyboards/mt980/keymaps/default/keymap.c index bdd5a93f2..504233a98 100644 --- a/keyboards/mt980/keymaps/default/keymap.c +++ b/keyboards/mt980/keymaps/default/keymap.c | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | #include "mt980.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 4 | 4 | ||
| 5 | [0] = LAYOUT( | 5 | [0] = LAYOUT( |
| 6 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_INS, KC_PSCR, KC_PGUP, KC_PGDN, | 6 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_NO, KC_INS, KC_PSCR, KC_PGUP, KC_PGDN, |
| 7 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS, | 7 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_BSPC, KC_NLCK, KC_PSLS, KC_PAST, KC_PMNS, |
| 8 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_P7, KC_P8, KC_P9, KC_PPLS, | 8 | KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_P7, KC_P8, KC_P9, KC_PPLS, |
| 9 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_P4, KC_P5, KC_P6, KC_PPLS, | 9 | KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, KC_P4, KC_P5, KC_P6, KC_PPLS, |
| @@ -11,11 +11,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 11 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT), | 11 | KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT, KC_P0, KC_PDOT, KC_PENT), |
| 12 | 12 | ||
| 13 | [1] = LAYOUT( | 13 | [1] = LAYOUT( |
| 14 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PAUSE, KC_SLCK, KC_HOME, KC_END, | 14 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PAUSE, KC_SLCK, KC_HOME, KC_END, |
| 15 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_TOG, RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | 15 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_TOG, RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, |
| 16 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | 16 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, |
| 17 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | 17 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, |
| 18 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAI, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | 18 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_VAI, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, |
| 19 | KC_TRNS, KC_TRNS, KC_TRNS, RESET, KC_TRNS, KC_TRNS, KC_TRNS, RGB_RMOD, RGB_VAD, RGB_MOD, KC_TRNS, KC_TRNS, KC_TRNS) | 19 | KC_TRNS, KC_TRNS, KC_TRNS, RESET, KC_TRNS, KC_TRNS, KC_TRNS, RGB_RMOD, RGB_VAD, RGB_MOD, KC_TRNS, KC_TRNS, KC_TRNS) |
| 20 | 20 | ||
| 21 | }; | 21 | }; |
diff --git a/keyboards/mxss/keymaps/default/config.h b/keyboards/mxss/keymaps/default/config.h index 9f8622579..bfbdb6229 100644 --- a/keyboards/mxss/keymaps/default/config.h +++ b/keyboards/mxss/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/org60/keymaps/default/keymap.c b/keyboards/org60/keymaps/default/keymap.c index a15800497..bf5438657 100644 --- a/keyboards/org60/keymaps/default/keymap.c +++ b/keyboards/org60/keymaps/default/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | 2 | ||
| 4 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 5 | 4 | ||
diff --git a/keyboards/orthodox/keymaps/default/config.h b/keyboards/orthodox/keymaps/default/config.h index 3df957b84..ce4538b08 100644 --- a/keyboards/orthodox/keymaps/default/config.h +++ b/keyboards/orthodox/keymaps/default/config.h | |||
| @@ -19,10 +19,7 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 19 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | */ | 20 | */ |
| 21 | 21 | ||
| 22 | #ifndef CONFIG_USER_H | 22 | #pragma once |
| 23 | #define CONFIG_USER_H | ||
| 24 | |||
| 25 | #include "config_common.h" | ||
| 26 | 23 | ||
| 27 | /* Use I2C or Serial, not both */ | 24 | /* Use I2C or Serial, not both */ |
| 28 | 25 | ||
| @@ -44,6 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 44 | SONG(DVORAK_SOUND) \ | 41 | SONG(DVORAK_SOUND) \ |
| 45 | } | 42 | } |
| 46 | #endif | 43 | #endif |
| 47 | |||
| 48 | |||
| 49 | #endif | ||
diff --git a/keyboards/phantom/keymaps/default/config.h b/keyboards/phantom/keymaps/default/config.h index a3828f7d5..09b8f1bc7 100644 --- a/keyboards/phantom/keymaps/default/config.h +++ b/keyboards/phantom/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/preonic/keymaps/default/config.h b/keyboards/preonic/keymaps/default/config.h index 205351258..40a9524b4 100644 --- a/keyboards/preonic/keymaps/default/config.h +++ b/keyboards/preonic/keymaps/default/config.h | |||
| @@ -1,7 +1,4 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "config_common.h" | ||
| 5 | 2 | ||
| 6 | #ifdef AUDIO_ENABLE | 3 | #ifdef AUDIO_ENABLE |
| 7 | #define STARTUP_SONG SONG(PREONIC_SOUND) | 4 | #define STARTUP_SONG SONG(PREONIC_SOUND) |
| @@ -38,5 +35,3 @@ | |||
| 38 | 35 | ||
| 39 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | 36 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ |
| 40 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | 37 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 |
| 41 | |||
| 42 | #endif \ No newline at end of file | ||
diff --git a/keyboards/primekb/prime_r/keymaps/default/config.h b/keyboards/primekb/prime_r/keymaps/default/config.h index e7ffd3aa2..a70a6b372 100644 --- a/keyboards/primekb/prime_r/keymaps/default/config.h +++ b/keyboards/primekb/prime_r/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/ps2avrGB/keymaps/default/keymap.c b/keyboards/ps2avrGB/keymaps/default/keymap.c index 5c52e1d9b..6b3403ed7 100644 --- a/keyboards/ps2avrGB/keymaps/default/keymap.c +++ b/keyboards/ps2avrGB/keymaps/default/keymap.c | |||
| @@ -15,7 +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 | #include "bmini.h" | 18 | #include QMK_KEYBOARD_H |
| 19 | 19 | ||
| 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 20 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 21 | [0] = KEYMAP( | 21 | [0] = KEYMAP( |
diff --git a/keyboards/ps2avrGB/ps2avrGB.h b/keyboards/ps2avrGB/ps2avrGB.h index e83861e1f..bf4998f0c 100644 --- a/keyboards/ps2avrGB/ps2avrGB.h +++ b/keyboards/ps2avrGB/ps2avrGB.h | |||
| @@ -19,13 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | #define KEYMAP_COMMON_H | 19 | #define KEYMAP_COMMON_H |
| 20 | 20 | ||
| 21 | #include "quantum.h" | 21 | #include "quantum.h" |
| 22 | 22 | #include "bmini.h" | |
| 23 | #ifdef KEYBOARD_ps2avrGB_bfake | ||
| 24 | #include "bfake.h" | ||
| 25 | #endif | ||
| 26 | |||
| 27 | #ifdef KEYBOARD_ps2avrGB_bmini_x2 | ||
| 28 | #include "bmini_x2.h" | ||
| 29 | #endif | ||
| 30 | 23 | ||
| 31 | #endif | 24 | #endif |
diff --git a/keyboards/rama/m10_b/keymaps/default/config.h b/keyboards/rama/m10_b/keymaps/default/config.h index d150575c1..2a3bf1819 100644 --- a/keyboards/rama/m10_b/keymaps/default/config.h +++ b/keyboards/rama/m10_b/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/scarletbandana/keymaps/default/config.h b/keyboards/scarletbandana/keymaps/default/config.h index 36f483c11..8533e6f6d 100644 --- a/keyboards/scarletbandana/keymaps/default/config.h +++ b/keyboards/scarletbandana/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/scrabblepad/keymaps/default/config.h b/keyboards/scrabblepad/keymaps/default/config.h index 2c852d181..a3ed4f762 100644 --- a/keyboards/scrabblepad/keymaps/default/config.h +++ b/keyboards/scrabblepad/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/scrabblepad/keymaps/default/keymap.c b/keyboards/scrabblepad/keymaps/default/keymap.c index 8d110dbd5..6f97d87e1 100644 --- a/keyboards/scrabblepad/keymaps/default/keymap.c +++ b/keyboards/scrabblepad/keymaps/default/keymap.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 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/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "scrabblepad.h" | 16 | #include QMK_KEYBOARD_H |
| 17 | 17 | ||
| 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 18 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 19 | [0] = LAYOUT( /* Base */ | 19 | [0] = LAYOUT( /* Base */ |
diff --git a/keyboards/singa/keymaps/default/config.h b/keyboards/singa/keymaps/default/config.h index 0f7563505..4496c5910 100644 --- a/keyboards/singa/keymaps/default/config.h +++ b/keyboards/singa/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/speedo/keymaps/default/config.h b/keyboards/speedo/keymaps/default/config.h index 112836e5e..0ab49e8bc 100644 --- a/keyboards/speedo/keymaps/default/config.h +++ b/keyboards/speedo/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/staryu/keymaps/default/keymap.c b/keyboards/staryu/keymaps/default/keymap.c index 3dc480299..d68eb4287 100755 --- a/keyboards/staryu/keymaps/default/keymap.c +++ b/keyboards/staryu/keymaps/default/keymap.c | |||
| @@ -15,7 +15,6 @@ 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 | #include QMK_KEYBOARD_H | 17 | #include QMK_KEYBOARD_H |
| 18 | #include "action_layer.h" | ||
| 19 | 18 | ||
| 20 | enum layers { | 19 | enum layers { |
| 21 | _LAYER0, | 20 | _LAYER0, |
diff --git a/keyboards/subatomic/keymaps/default/config.h b/keyboards/subatomic/keymaps/default/config.h index 4c6158199..5352ef06c 100644 --- a/keyboards/subatomic/keymaps/default/config.h +++ b/keyboards/subatomic/keymaps/default/config.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | 2 | ||
| 4 | #include "../../config.h" | 3 | // place overrides here |
| 5 | 4 | ||
| 6 | /* | 5 | /* |
| 7 | * MIDI options | 6 | * MIDI options |
| @@ -25,5 +24,3 @@ | |||
| 25 | 24 | ||
| 26 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | 25 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ |
| 27 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 | 26 | //#define MIDI_TONE_KEYCODE_OCTAVES 2 |
| 28 | |||
| 29 | #endif \ No newline at end of file | ||
diff --git a/keyboards/subatomic/keymaps/default/keymap.c b/keyboards/subatomic/keymaps/default/keymap.c index 184df24d5..8def46961 100644 --- a/keyboards/subatomic/keymaps/default/keymap.c +++ b/keyboards/subatomic/keymaps/default/keymap.c | |||
| @@ -1,9 +1,4 @@ | |||
| 1 | #include "subatomic.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | #include "eeconfig.h" | ||
| 4 | #ifdef AUDIO_ENABLE | ||
| 5 | #include "audio.h" | ||
| 6 | #endif | ||
| 7 | 2 | ||
| 8 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 3 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 9 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 4 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
diff --git a/keyboards/sx60/keymaps/default/config.h b/keyboards/sx60/keymaps/default/config.h index a5568e400..271f48d00 100644 --- a/keyboards/sx60/keymaps/default/config.h +++ b/keyboards/sx60/keymaps/default/config.h | |||
| @@ -1 +1,3 @@ | |||
| 1 | #include "../../config.h" | 1 | #pragma once |
| 2 | |||
| 3 | // place overrides here | ||
diff --git a/keyboards/tanuki/keymaps/default/keymap.c b/keyboards/tanuki/keymaps/default/keymap.c index 59f5843ea..29c9071bf 100644 --- a/keyboards/tanuki/keymaps/default/keymap.c +++ b/keyboards/tanuki/keymaps/default/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "rgblight.h" | ||
| 3 | 2 | ||
| 4 | //Layer definitions | 3 | //Layer definitions |
| 5 | #define _BL 0 | 4 | #define _BL 0 |
diff --git a/keyboards/telophase/keymaps/default/keymap.c b/keyboards/telophase/keymaps/default/keymap.c index d4afa65f9..9cc6c1bb0 100644 --- a/keyboards/telophase/keymaps/default/keymap.c +++ b/keyboards/telophase/keymaps/default/keymap.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | // this is the style you want to emulate. | 1 | // this is the style you want to emulate. |
| 2 | // This is the canonical layout file for the Quantum project. If you want to add another keyboard, | 2 | // This is the canonical layout file for the Quantum project. If you want to add another keyboard, |
| 3 | 3 | ||
| 4 | #include "telophase.h" | 4 | #include QMK_KEYBOARD_H |
| 5 | 5 | ||
| 6 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | 6 | // Each layer gets a name for readability, which is then used in the keymap matrix below. |
| 7 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | 7 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. |
| @@ -15,7 +15,7 @@ enum telophase_layers | |||
| 15 | _ADJUST, | 15 | _ADJUST, |
| 16 | }; | 16 | }; |
| 17 | 17 | ||
| 18 | enum telophase_keycodes | 18 | enum telophase_keycodes |
| 19 | { | 19 | { |
| 20 | LOWER = SAFE_RANGE, | 20 | LOWER = SAFE_RANGE, |
| 21 | RAISE, | 21 | RAISE, |
| @@ -97,4 +97,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
| 97 | void matrix_scan_user(void) { | 97 | void matrix_scan_user(void) { |
| 98 | return; | 98 | return; |
| 99 | }; | 99 | }; |
| 100 | |||
diff --git a/keyboards/tetris/keymaps/default/keymap.c b/keyboards/tetris/keymaps/default/keymap.c index 6ce856178..0ec12435e 100644 --- a/keyboards/tetris/keymaps/default/keymap.c +++ b/keyboards/tetris/keymaps/default/keymap.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | 2 | ||
| 3 | #ifdef AUDIO_ENABLE | 3 | #ifdef AUDIO_ENABLE |
| 4 | #include "audio.h" | ||
| 5 | float tone_caps[][2] = SONG( CAPS_LOCK_ON_SOUND ); | 4 | float tone_caps[][2] = SONG( CAPS_LOCK_ON_SOUND ); |
| 6 | float tone_taps[][2] = SONG( E__NOTE( _A6 ) ); | 5 | float tone_taps[][2] = SONG( E__NOTE( _A6 ) ); |
| 7 | #endif | 6 | #endif |
diff --git a/keyboards/the_ruler/keymaps/default/config.h b/keyboards/the_ruler/keymaps/default/config.h index df06a2620..271f48d00 100644 --- a/keyboards/the_ruler/keymaps/default/config.h +++ b/keyboards/the_ruler/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif \ No newline at end of file | ||
diff --git a/keyboards/the_ruler/keymaps/default/keymap.c b/keyboards/the_ruler/keymaps/default/keymap.c index cb8e8ece8..8b0f44b5e 100644 --- a/keyboards/the_ruler/keymaps/default/keymap.c +++ b/keyboards/the_ruler/keymaps/default/keymap.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | #include "eeconfig.h" | ||
| 4 | 2 | ||
| 5 | extern keymap_config_t keymap_config; | 3 | extern keymap_config_t keymap_config; |
| 6 | 4 | ||
diff --git a/keyboards/thevankeyboards/bananasplit/keymaps/default/config.h b/keyboards/thevankeyboards/bananasplit/keymaps/default/config.h index 060f5922f..b89b05009 100644 --- a/keyboards/thevankeyboards/bananasplit/keymaps/default/config.h +++ b/keyboards/thevankeyboards/bananasplit/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "../../config.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
diff --git a/keyboards/thevankeyboards/minivan/keymaps/default/config.h b/keyboards/thevankeyboards/minivan/keymaps/default/config.h index df06a2620..271f48d00 100644 --- a/keyboards/thevankeyboards/minivan/keymaps/default/config.h +++ b/keyboards/thevankeyboards/minivan/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif \ No newline at end of file | ||
diff --git a/keyboards/thevankeyboards/roadkit/keymaps/default/config.h b/keyboards/thevankeyboards/roadkit/keymaps/default/config.h index df06a2620..271f48d00 100644 --- a/keyboards/thevankeyboards/roadkit/keymaps/default/config.h +++ b/keyboards/thevankeyboards/roadkit/keymaps/default/config.h | |||
| @@ -1,8 +1,3 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | ||
| 3 | |||
| 4 | #include "../../config.h" | ||
| 5 | 2 | ||
| 6 | // place overrides here | 3 | // place overrides here |
| 7 | |||
| 8 | #endif \ No newline at end of file | ||
diff --git a/keyboards/v60_type_r/keymaps/default/config.h b/keyboards/v60_type_r/keymaps/default/config.h index 9561b0255..6f235f6ba 100644 --- a/keyboards/v60_type_r/keymaps/default/config.h +++ b/keyboards/v60_type_r/keymaps/default/config.h | |||
| @@ -13,14 +13,11 @@ | |||
| 13 | * You should have received a copy of the GNU General Public License | 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/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #pragma once | ||
| 16 | 17 | ||
| 17 | #ifndef CONFIG_USER_H | 18 | // place overrides here |
| 18 | #define CONFIG_USER_H | ||
| 19 | 19 | ||
| 20 | #include "../../config.h" | ||
| 21 | 20 | ||
| 22 | #ifdef V60_POLESTAR | 21 | #ifdef V60_POLESTAR |
| 23 | #undef V60_POLESTAR | 22 | #undef V60_POLESTAR |
| 24 | #endif | 23 | #endif |
| 25 | |||
| 26 | #endif | ||
diff --git a/keyboards/vision_division/keymaps/default/config.h b/keyboards/vision_division/keymaps/default/config.h index efd43f41b..694ab6a69 100644 --- a/keyboards/vision_division/keymaps/default/config.h +++ b/keyboards/vision_division/keymaps/default/config.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
| 2 | #define CONFIG_USER_H | 2 | |
| 3 | // place overrides here | ||
| 3 | 4 | ||
| 4 | #include "../../config.h" | ||
| 5 | #include "matrix_types.h" | 5 | #include "matrix_types.h" |
| 6 | 6 | ||
| 7 | /* USB Device descriptor parameter */ | 7 | /* USB Device descriptor parameter */ |
| @@ -77,5 +77,3 @@ KEYMAP_MASTER(MATRIX_LAYER, NUMERIC_NORMAL, HOMING | |||
| 77 | k601, k602, k603, k604, k605, k606, k607, k608, k609, k60A, KC_NO, KC_NO, k611, k612, k613, k614, k615, k616, k617, k618, k619, k61A, k61B, KC_NO \ | 77 | k601, k602, k603, k604, k605, k606, k607, k608, k609, k60A, KC_NO, KC_NO, k611, k612, k613, k614, k615, k616, k617, k618, k619, k61A, k61B, KC_NO \ |
| 78 | ) | 78 | ) |
| 79 | */ | 79 | */ |
| 80 | |||
| 81 | #endif \ No newline at end of file | ||
diff --git a/keyboards/vision_division/keymaps/default/keymap.c b/keyboards/vision_division/keymaps/default/keymap.c index af60a8bd7..18fb7c16d 100644 --- a/keyboards/vision_division/keymaps/default/keymap.c +++ b/keyboards/vision_division/keymaps/default/keymap.c | |||
| @@ -1,13 +1,6 @@ | |||
| 1 | #include "vision_division.h" | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | #include "eeconfig.h" | ||
| 4 | #include "led.h" | 2 | #include "led.h" |
| 5 | 3 | ||
| 6 | #ifdef AUDIO_ENABLE | ||
| 7 | #include "audio.h" | ||
| 8 | #include "song_list.h" | ||
| 9 | #endif | ||
| 10 | |||
| 11 | enum keyboard_layers { | 4 | enum keyboard_layers { |
| 12 | LAYER_QWERTY = 0, | 5 | LAYER_QWERTY = 0, |
| 13 | LAYER_UPPER, | 6 | LAYER_UPPER, |
diff --git a/keyboards/xd60/keymaps/default/keymap.c b/keyboards/xd60/keymaps/default/keymap.c index 868ca632e..b49803fa8 100644 --- a/keyboards/xd60/keymaps/default/keymap.c +++ b/keyboards/xd60/keymaps/default/keymap.c | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
| 2 | #include "action_layer.h" | ||
| 3 | 2 | ||
| 4 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 3 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 5 | 4 | ||
diff --git a/keyboards/ymd96/keymaps/default/keymap.c b/keyboards/ymd96/keymaps/default/keymap.c index 9d0a8261d..3d54c7395 100644 --- a/keyboards/ymd96/keymaps/default/keymap.c +++ b/keyboards/ymd96/keymaps/default/keymap.c | |||
| @@ -16,9 +16,7 @@ You should have received a copy of the GNU General Public LicensezZZ | |||
| 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #include "ymd96.h" | 19 | #include QMK_KEYBOARD_H |
| 20 | #include "action_layer.h" | ||
| 21 | #include "rgblight.h" | ||
| 22 | 20 | ||
| 23 | #define ______ KC_TRNS | 21 | #define ______ KC_TRNS |
| 24 | #define _DEFLT 0 | 22 | #define _DEFLT 0 |
| @@ -27,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 27 | #define KEYMAP KEYMAP_DEFAULT | 25 | #define KEYMAP KEYMAP_DEFAULT |
| 28 | 26 | ||
| 29 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 27 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 30 | 28 | ||
| 31 | /* Layer 0, default layer | 29 | /* Layer 0, default layer |
| 32 | * | Esc | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |Print | Home | End |Insert|Delete| PgUp | 19 keys | 30 | * | Esc | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |Print | Home | End |Insert|Delete| PgUp | 19 keys |
| 33 | * | ~` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | BkSpc |NumLck| / | * | PgDn | 18 keys | 31 | * | ~` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | BkSpc |NumLck| / | * | PgDn | 18 keys |
| @@ -36,7 +34,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 36 | * | LShft | Z | X | C | V | B | N | M | , | . | / | RShft | 1 | 2 | 3 | En | 16 keys | 34 | * | LShft | Z | X | C | V | B | N | M | , | . | / | RShft | 1 | 2 | 3 | En | 16 keys |
| 37 | * | Ctrl | Win | Alt | Space | Fn | Win | Left | Down | Up | Right| 0 | . | | 12 keys | 35 | * | Ctrl | Win | Alt | Space | Fn | Win | Left | Down | Up | Right| 0 | . | | 12 keys |
| 38 | */ | 36 | */ |
| 39 | 37 | ||
| 40 | [_DEFLT] = KEYMAP( | 38 | [_DEFLT] = KEYMAP( |
| 41 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_HOME, KC_END, KC_INSERT, KC_DELETE, KC_PGUP, \ | 39 | KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_HOME, KC_END, KC_INSERT, KC_DELETE, KC_PGUP, \ |
| 42 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_NUMLOCK, KC_KP_SLASH, KC_KP_ASTERISK, KC_PGDN, \ | 40 | KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_NUMLOCK, KC_KP_SLASH, KC_KP_ASTERISK, KC_PGDN, \ |
| @@ -52,7 +50,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 52 | * | | | | | | | | | | | | | | | | | | | 50 | * | | | | | | | | | | | | | | | | | | |
| 53 | * | | | | | | | | | VolDn| VolUp| Mute | Play/Pause | | | | | | 51 | * | | | | | | | | | VolDn| VolUp| Mute | Play/Pause | | | | | |
| 54 | * | | | | | | |MPrev | | | MNext| | | | | 52 | * | | | | | | |MPrev | | | MNext| | | | |
| 55 | */ | 53 | */ |
| 56 | [_RAISE] = KEYMAP( | 54 | [_RAISE] = KEYMAP( |
| 57 | ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, \ | 55 | ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, \ |
| 58 | ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, \ | 56 | ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, \ |
| @@ -61,4 +59,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 61 | ______, ______, ______, ______, ______, ______, ______, ______, KC_VOLD,KC_VOLU, KC_MUTE, KC_MPLY, ______, ______, ______, ______, \ | 59 | ______, ______, ______, ______, ______, ______, ______, ______, KC_VOLD,KC_VOLU, KC_MUTE, KC_MPLY, ______, ______, ______, ______, \ |
| 62 | ______, ______, ______, ______, ______, ______, KC_MPRV, ______, ______, KC_MNXT, ______, ______ \ | 60 | ______, ______, ______, ______, ______, ______, KC_MPRV, ______, ______, KC_MNXT, ______, ______ \ |
| 63 | ) | 61 | ) |
| 64 | }; \ No newline at end of file | 62 | }; |
diff --git a/keyboards/zen/keymaps/default/config.h b/keyboards/zen/keymaps/default/config.h index 38e4d73f0..d813085e4 100644 --- a/keyboards/zen/keymaps/default/config.h +++ b/keyboards/zen/keymaps/default/config.h | |||
| @@ -15,10 +15,9 @@ 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 | 19 | ||
| 21 | #include "config_common.h" | 20 | // place overrides here |
| 22 | 21 | ||
| 23 | /* Use I2C or Serial, not both */ | 22 | /* Use I2C or Serial, not both */ |
| 24 | 23 | ||
| @@ -37,5 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 37 | #define RGBLIGHT_HUE_STEP 8 | 36 | #define RGBLIGHT_HUE_STEP 8 |
| 38 | #define RGBLIGHT_SAT_STEP 8 | 37 | #define RGBLIGHT_SAT_STEP 8 |
| 39 | #define RGBLIGHT_VAL_STEP 8 | 38 | #define RGBLIGHT_VAL_STEP 8 |
| 40 | |||
| 41 | #endif | ||
