summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/poker/keymap.c
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-17 16:38:46 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-17 16:38:46 +0100
commit3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6 (patch)
treec1a2f96bda4861d70b7b43291b5e09d82ceadb10 /keyboards/satan/keymaps/poker/keymap.c
parent8911870b45325a6c5626dbe63fbc7daf4423adca (diff)
downloadqmk_firmware-3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6.tar.gz
qmk_firmware-3b2a484a5b9b0ddc2e110d5bc40f249ee62352d6.tar.xz
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)
Diffstat (limited to 'keyboards/satan/keymaps/poker/keymap.c')
-rw-r--r--keyboards/satan/keymaps/poker/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/satan/keymaps/poker/keymap.c b/keyboards/satan/keymaps/poker/keymap.c
index e244aced1..13251a564 100644
--- a/keyboards/satan/keymaps/poker/keymap.c
+++ b/keyboards/satan/keymaps/poker/keymap.c
@@ -12,10 +12,6 @@
#define _FL 1
#define _RL 2
-// readability
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
-
enum custom_keycodes {
SFT_ESC = SAFE_RANGE
};