diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-18 02:38:46 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-17 07:38:46 -0800 |
commit | 3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6 (patch) | |
tree | c1a2f96bda4861d70b7b43291b5e09d82ceadb10 /keyboards/lets_split_eh | |
parent | 8911870b45325a6c5626dbe63fbc7daf4423adca (diff) |
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)
Diffstat (limited to 'keyboards/lets_split_eh')
-rw-r--r-- | keyboards/lets_split_eh/keymaps/that_canadian/keymap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/lets_split_eh/keymaps/that_canadian/keymap.c b/keyboards/lets_split_eh/keymaps/that_canadian/keymap.c index 8ef9735749..bba9a02c8c 100644 --- a/keyboards/lets_split_eh/keymaps/that_canadian/keymap.c +++ b/keyboards/lets_split_eh/keymaps/that_canadian/keymap.c @@ -22,10 +22,6 @@ enum custom_keycodes { ADJUST }; -// Fillers to make layering more clear -#define _______ KC_TRNS -#define XXXXXXX KC_NO - // Defines for task manager and such #define CALTDEL LCTL(LALT(KC_DEL)) #define TSKMGR LCTL(LSFT(KC_ESC)) @@ -167,4 +163,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { break; } return true; -}
\ No newline at end of file +} |