summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/adam/keymap.c
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-16 17:11:15 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-16 17:11:15 +0100
commitbbd4b5eb887a9e5065765d2d6f2ac919d81a38c6 (patch)
tree353ba8fe0818e921cbf0fb48a9813f1fe23a4bb4 /layouts/community/ergodox/adam/keymap.c
parent3309e91e0b6c7edc0c164e25ff1638c4852b40e7 (diff)
downloadqmk_firmware-bbd4b5eb887a9e5065765d2d6f2ac919d81a38c6.tar.gz
qmk_firmware-bbd4b5eb887a9e5065765d2d6f2ac919d81a38c6.tar.xz
Remove redundant KC_TRNS and KC_NO fillers in layouts (#5142)
Diffstat (limited to 'layouts/community/ergodox/adam/keymap.c')
-rw-r--r--layouts/community/ergodox/adam/keymap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/community/ergodox/adam/keymap.c b/layouts/community/ergodox/adam/keymap.c
index e99e5d453..100bb6819 100644
--- a/layouts/community/ergodox/adam/keymap.c
+++ b/layouts/community/ergodox/adam/keymap.c
@@ -11,9 +11,6 @@
#define SFLOCK 11 // symbols arrows and F keys on F held down
#define SJLOCK 12 // same as Flock but with fall thru J and mapped to J held down
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
-
// Sends macro when key is tapped, presses mod when key is held
#define tap_mod_macro(record, mod, macro) ( ((record)->event.pressed) ? \
( ((record)->tap.count <= 0 || (record)->tap.interrupted) ? MACRO(D(mod), END) : MACRO_NONE ) : \