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/dz60/keymaps/iso_split-spacebar/keymap.c | |
parent | 338ca3569ac5b76f55b0664cf9d6eef11211b6b2 (diff) | |
download | qmk_firmware-e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1.tar.gz qmk_firmware-e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1.zip |
Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)
Diffstat (limited to 'keyboards/dz60/keymaps/iso_split-spacebar/keymap.c')
-rw-r--r-- | keyboards/dz60/keymaps/iso_split-spacebar/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/dz60/keymaps/iso_split-spacebar/keymap.c b/keyboards/dz60/keymaps/iso_split-spacebar/keymap.c index 7c17a6f5f8..a54c06f557 100644 --- a/keyboards/dz60/keymaps/iso_split-spacebar/keymap.c +++ b/keyboards/dz60/keymaps/iso_split-spacebar/keymap.c @@ -9,11 +9,6 @@ #include QMK_KEYBOARD_H - -// Helpful defines -#define _______ KC_TRNS -#define XXXXXXX KC_NO - /* * Each layer gets a name for readability. * The underscores don't mean anything - you can |