summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-17 16:38:46 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-17 16:38:46 +0100
commit3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6 (patch)
treec1a2f96bda4861d70b7b43291b5e09d82ceadb10 /keyboards/deltasplit75
parent8911870b45325a6c5626dbe63fbc7daf4423adca (diff)
downloadqmk_firmware-3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6.tar.gz
qmk_firmware-3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6.tar.xz
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.c5
-rw-r--r--keyboards/deltasplit75/keymaps/mbsurfer/keymap.c3
-rw-r--r--keyboards/deltasplit75/keymaps/protosplit/keymap.c5
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;
// Layer names don't all need to be of the same length, obviously, and you can also skip them
// entirely and just use numbers.
-// Fillers to make layering more clear
-
-#define _______ KC_TRNS
-
-
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Layer 0: Default Layer
*,-----------------------------------------------------------------------.
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;
// Layer names don't all need to be of the same length, obviously, and you can also skip them
// entirely and just use numbers.
-// Fillers to make layering more clear
-#define _______ KC_TRNS
-
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Layer 0: Default Layer
* ,---------------------------- ----------------------------------------.
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;
// Layer names don't all need to be of the same length, obviously, and you can also skip them
// entirely and just use numbers.
-// Fillers to make layering more clear
-
-#define _______ KC_TRNS
-
-
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_protosplit(
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,