summaryrefslogtreecommitdiffstats
path: root/users/ishtob
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-16 01:18:13 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-16 01:18:13 +0100
commite04e55c8720cf8fdd3d31ce07b4723042775a67d (patch)
tree648b3a6d1d1339d7da82a3b8261b30ecc26e6eea /users/ishtob
parent83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (diff)
downloadqmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.gz
qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.xz
Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140)
Diffstat (limited to 'users/ishtob')
-rw-r--r--users/ishtob/ishtob.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/users/ishtob/ishtob.h b/users/ishtob/ishtob.h
index ced78a09d..29d6f250c 100644
--- a/users/ishtob/ishtob.h
+++ b/users/ishtob/ishtob.h
@@ -43,9 +43,6 @@ enum userspace_keycodes {
#define LOWER MO(_LOWER)
#define RAISE MO(_RAISE)
-// Fillers to make layering more clear
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
// Custom macros
#define CTL_ESC CTL_T(KC_ESC) // Tap for Esc, hold for Ctrl
#define CTL_TTAB CTL_T(KC_TAB) // Tap for Esc, hold for Ctrl
@@ -237,4 +234,4 @@ NOTE: These are all the same length. If you do a search/replace
-#endif // !USERSPACE \ No newline at end of file
+#endif // !USERSPACE