summaryrefslogtreecommitdiffstats
path: root/keyboards/launchpad
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-17 06:36:02 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-17 06:36:02 +0100
commite2d3c92199d6cc42a39c5d8729dfff61d78dd7d1 (patch)
tree9ec5630a5a2380d4bbc7a264636e2066e7f4d29b /keyboards/launchpad
parent338ca3569ac5b76f55b0664cf9d6eef11211b6b2 (diff)
downloadqmk_firmware-e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1.tar.gz
qmk_firmware-e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1.tar.xz
Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)
Diffstat (limited to 'keyboards/launchpad')
-rw-r--r--keyboards/launchpad/keymaps/default/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/launchpad/keymaps/default/keymap.c b/keyboards/launchpad/keymaps/default/keymap.c
index 67103576d..da2ff292a 100644
--- a/keyboards/launchpad/keymaps/default/keymap.c
+++ b/keyboards/launchpad/keymaps/default/keymap.c
@@ -13,10 +13,6 @@ extern keymap_config_t keymap_config;
#define _FUNC 15
-// 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))