From e04e55c8720cf8fdd3d31ce07b4723042775a67d Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sat, 16 Feb 2019 11:18:13 +1100 Subject: Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140) --- users/ishtob/ishtob.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'users/ishtob/ishtob.h') 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 -- cgit v1.2.3-24-g4f1b