From bbd4b5eb887a9e5065765d2d6f2ac919d81a38c6 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sun, 17 Feb 2019 03:11:15 +1100 Subject: Remove redundant KC_TRNS and KC_NO fillers in layouts (#5142) --- layouts/community/ergodox/familiar/keymap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'layouts/community/ergodox/familiar/keymap.c') diff --git a/layouts/community/ergodox/familiar/keymap.c b/layouts/community/ergodox/familiar/keymap.c index bc513c0cc4..b359a91d36 100644 --- a/layouts/community/ergodox/familiar/keymap.c +++ b/layouts/community/ergodox/familiar/keymap.c @@ -10,10 +10,6 @@ #define NUMP 3 // numpad #define ARRW 4 // function, media, arrow keys -// Fillers to make layering more clear -#define _______ KC_TRNS -#define XXXXXXX KC_NO - // Tap Dancing void dance_lock (qk_tap_dance_state_t *state, void *user_data) { if (state->count == 1) { // Press once for NUMLOCK -- cgit v1.2.3