summaryrefslogtreecommitdiffstats
path: root/keyboards/eco
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/eco
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/eco')
-rw-r--r--keyboards/eco/keymaps/hexwire/keymap.c2
-rw-r--r--keyboards/eco/keymaps/that_canadian/keymap.c4
-rw-r--r--keyboards/eco/keymaps/xyverz/keymap.c4
3 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/eco/keymaps/hexwire/keymap.c b/keyboards/eco/keymaps/hexwire/keymap.c
index 7c6616aac..3f21eacd3 100644
--- a/keyboards/eco/keymaps/hexwire/keymap.c
+++ b/keyboards/eco/keymaps/hexwire/keymap.c
@@ -23,8 +23,6 @@ enum eco_keycodes {
// Fillers to make layering more clear
#define KC_ KC_TRNS
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
#define KC_RST RESET
#define KC_DBUG DEBUG
diff --git a/keyboards/eco/keymaps/that_canadian/keymap.c b/keyboards/eco/keymaps/that_canadian/keymap.c
index 444bc48f8..f9696c77e 100644
--- a/keyboards/eco/keymaps/that_canadian/keymap.c
+++ b/keyboards/eco/keymaps/that_canadian/keymap.c
@@ -25,10 +25,6 @@ enum eco_keycodes {
RAISE
};
-// Fillers to make layering more clear
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
-
// Defines for task manager and such
#define CALTDEL LCTL(LALT(KC_DEL))
#define TSKMGR LCTL(LSFT(KC_ESC))
diff --git a/keyboards/eco/keymaps/xyverz/keymap.c b/keyboards/eco/keymaps/xyverz/keymap.c
index b4ca0f1a5..395a014ac 100644
--- a/keyboards/eco/keymaps/xyverz/keymap.c
+++ b/keyboards/eco/keymaps/xyverz/keymap.c
@@ -28,10 +28,6 @@ enum planck_keycodes {
BACKLIT
};
-// Fillers to make layering more clear
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
-
// Aliases to make reading the keymap easier
#define GUIBSPC GUI_T(KC_BSPC) // GUI when held, BSPC when tapped.