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/losinggeneration | |
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/losinggeneration')
-rw-r--r-- | users/losinggeneration/losinggeneration-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/losinggeneration/losinggeneration-common.h b/users/losinggeneration/losinggeneration-common.h index c1d6724c5d..857117ca16 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) |