diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-17 16:36:02 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-16 21:36:02 -0800 |
commit | e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1 (patch) | |
tree | 9ec5630a5a2380d4bbc7a264636e2066e7f4d29b /keyboards/handwired/not_so_minidox | |
parent | 338ca3569ac5b76f55b0664cf9d6eef11211b6b2 (diff) |
Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)
Diffstat (limited to 'keyboards/handwired/not_so_minidox')
-rw-r--r-- | keyboards/handwired/not_so_minidox/keymaps/default/keymap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/not_so_minidox/keymaps/default/keymap.c b/keyboards/handwired/not_so_minidox/keymaps/default/keymap.c index 8ea36198a1..9e89611631 100644 --- a/keyboards/handwired/not_so_minidox/keymaps/default/keymap.c +++ b/keyboards/handwired/not_so_minidox/keymaps/default/keymap.c @@ -18,10 +18,6 @@ enum custom_keycodes { ADJUST, }; -// Fillers to make layering more clear -#define _______ KC_TRNS -#define XXXXXXX KC_NO - #define KC_LOWR LOWER #define KC_RASE RAISE #define KC_RST RESET |