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/losinggeneration/losinggeneration-common.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'users/losinggeneration') diff --git a/users/losinggeneration/losinggeneration-common.h b/users/losinggeneration/losinggeneration-common.h index c1d6724c5..857117ca1 100644 --- a/users/losinggeneration/losinggeneration-common.h +++ b/users/losinggeneration/losinggeneration-common.h @@ -3,9 +3,6 @@ /* Custom keys & combinations to be shorter for keymaps */ #define KC_LCA LCA(KC_NO) -/* Fillers to make layering more clear */ -#define _______ KC_TRNS -#define XXXXXXX KC_NO #define OSM_LSFT OSM(MOD_LSFT) #define TD_CTL TD(TD_CTL_CTLALT) -- cgit v1.2.3-24-g4f1b