diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-18 02:38:46 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-17 07:38:46 -0800 |
commit | 3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6 (patch) | |
tree | c1a2f96bda4861d70b7b43291b5e09d82ceadb10 /keyboards/deltasplit75 | |
parent | 8911870b45325a6c5626dbe63fbc7daf4423adca (diff) | |
download | qmk_firmware-3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6.tar.gz qmk_firmware-3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6.zip |
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)
Diffstat (limited to 'keyboards/deltasplit75')
-rw-r--r-- | keyboards/deltasplit75/keymaps/itsaferbie/keymap.c | 5 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/mbsurfer/keymap.c | 3 | ||||
-rw-r--r-- | keyboards/deltasplit75/keymaps/protosplit/keymap.c | 5 |
3 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/deltasplit75/keymaps/itsaferbie/keymap.c b/keyboards/deltasplit75/keymaps/itsaferbie/keymap.c index d7857294f..8eadc7aee 100644 --- a/keyboards/deltasplit75/keymaps/itsaferbie/keymap.c +++ b/keyboards/deltasplit75/keymaps/itsaferbie/keymap.c | |||
@@ -7,11 +7,6 @@ extern keymap_config_t keymap_config; | |||
7 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | 7 | // Layer names don't all need to be of the same length, obviously, and you can also skip them |
8 | // entirely and just use numbers. | 8 | // entirely and just use numbers. |
9 | 9 | ||
10 | // Fillers to make layering more clear | ||
11 | |||
12 | #define _______ KC_TRNS | ||
13 | |||
14 | |||
15 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 10 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
16 | /* Layer 0: Default Layer | 11 | /* Layer 0: Default Layer |
17 | *,-----------------------------------------------------------------------. | 12 | *,-----------------------------------------------------------------------. |
diff --git a/keyboards/deltasplit75/keymaps/mbsurfer/keymap.c b/keyboards/deltasplit75/keymaps/mbsurfer/keymap.c index d42d15da0..cba17015d 100644 --- a/keyboards/deltasplit75/keymaps/mbsurfer/keymap.c +++ b/keyboards/deltasplit75/keymaps/mbsurfer/keymap.c | |||
@@ -9,9 +9,6 @@ extern keymap_config_t keymap_config; | |||
9 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | 9 | // Layer names don't all need to be of the same length, obviously, and you can also skip them |
10 | // entirely and just use numbers. | 10 | // entirely and just use numbers. |
11 | 11 | ||
12 | // Fillers to make layering more clear | ||
13 | #define _______ KC_TRNS | ||
14 | |||
15 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 12 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
16 | /* Layer 0: Default Layer | 13 | /* Layer 0: Default Layer |
17 | * ,---------------------------- ----------------------------------------. | 14 | * ,---------------------------- ----------------------------------------. |
diff --git a/keyboards/deltasplit75/keymaps/protosplit/keymap.c b/keyboards/deltasplit75/keymaps/protosplit/keymap.c index 5505f9780..7d6cb3394 100644 --- a/keyboards/deltasplit75/keymaps/protosplit/keymap.c +++ b/keyboards/deltasplit75/keymaps/protosplit/keymap.c | |||
@@ -7,11 +7,6 @@ extern keymap_config_t keymap_config; | |||
7 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | 7 | // Layer names don't all need to be of the same length, obviously, and you can also skip them |
8 | // entirely and just use numbers. | 8 | // entirely and just use numbers. |
9 | 9 | ||
10 | // Fillers to make layering more clear | ||
11 | |||
12 | #define _______ KC_TRNS | ||
13 | |||
14 | |||
15 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 10 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
16 | LAYOUT_protosplit( | 11 | LAYOUT_protosplit( |
17 | 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_INS, KC_HOME, KC_PGUP, | 12 | 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_INS, KC_HOME, KC_PGUP, |