summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/hieax
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-18 02:38:46 +1100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-17 07:38:46 -0800
commit3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6 (patch)
treec1a2f96bda4861d70b7b43291b5e09d82ceadb10 /keyboards/planck/keymaps/hieax
parent8911870b45325a6c5626dbe63fbc7daf4423adca (diff)
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)
Diffstat (limited to 'keyboards/planck/keymaps/hieax')
-rw-r--r--keyboards/planck/keymaps/hieax/keymap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/planck/keymaps/hieax/keymap.c b/keyboards/planck/keymaps/hieax/keymap.c
index 3f86695875..2b08506f25 100644
--- a/keyboards/planck/keymaps/hieax/keymap.c
+++ b/keyboards/planck/keymaps/hieax/keymap.c
@@ -176,9 +176,7 @@ enum planck_keycodes {
// keycodes
#define ___x___ KC_TRNS
#define ___fn__ KC_TRNS
-#ifdef _______
-#undef _______
-#endif
+#undef _______
#define _______ KC_NO
#define COPY LCTL(KC_C)