diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-16 11:18:13 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-15 16:18:13 -0800 |
commit | e04e55c8720cf8fdd3d31ce07b4723042775a67d (patch) | |
tree | 648b3a6d1d1339d7da82a3b8261b30ecc26e6eea /users/ishtob | |
parent | 83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (diff) | |
download | qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.gz qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.zip |
Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140)
Diffstat (limited to 'users/ishtob')
-rw-r--r-- | users/ishtob/ishtob.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/users/ishtob/ishtob.h b/users/ishtob/ishtob.h index ced78a09d8..29d6f250c4 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 |