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 c1d6724c5..857117ca1 100644 --- a/users/losinggeneration/losinggeneration-common.h +++ b/users/losinggeneration/losinggeneration-common.h | |||
| @@ -3,9 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | /* Custom keys & combinations to be shorter for keymaps */ | 4 | /* Custom keys & combinations to be shorter for keymaps */ |
| 5 | #define KC_LCA LCA(KC_NO) | 5 | #define KC_LCA LCA(KC_NO) |
| 6 | /* Fillers to make layering more clear */ | ||
| 7 | #define _______ KC_TRNS | ||
| 8 | #define XXXXXXX KC_NO | ||
| 9 | 6 | ||
| 10 | #define OSM_LSFT OSM(MOD_LSFT) | 7 | #define OSM_LSFT OSM(MOD_LSFT) |
| 11 | #define TD_CTL TD(TD_CTL_CTLALT) | 8 | #define TD_CTL TD(TD_CTL_CTLALT) |
