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/haegin/keymap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'layouts/community/ergodox/haegin') diff --git a/layouts/community/ergodox/haegin/keymap.c b/layouts/community/ergodox/haegin/keymap.c index aa017c8ea..fc6ec5762 100644 --- a/layouts/community/ergodox/haegin/keymap.c +++ b/layouts/community/ergodox/haegin/keymap.c @@ -9,8 +9,6 @@ #define SYMBOLS 1 // symbols #define MEDIA 2 // media keys -#define _______ KC_TRNS - enum { TD_BSPC = 0 }; -- cgit v1.2.3-24-g4f1b