summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75
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/xd75
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/xd75')
-rw-r--r--keyboards/xd75/keymaps/adi/keymap.c2
-rw-r--r--keyboards/xd75/keymaps/atomic_style/keymap.c2
-rw-r--r--keyboards/xd75/keymaps/bramver/keymap.c4
-rw-r--r--keyboards/xd75/keymaps/cbbrowne/config.h1
-rw-r--r--keyboards/xd75/keymaps/cbbrowne/keymap.c2
-rw-r--r--keyboards/xd75/keymaps/davidrambo/keymap.c2
-rw-r--r--keyboards/xd75/keymaps/emilyh/keymap.c2
-rw-r--r--keyboards/xd75/keymaps/fabian/keymap.c3
-rw-r--r--keyboards/xd75/keymaps/kim-kim-xd73/keymap.c2
-rw-r--r--keyboards/xd75/keymaps/kim-kim/keymap.c2
10 files changed, 0 insertions, 22 deletions
diff --git a/keyboards/xd75/keymaps/adi/keymap.c b/keyboards/xd75/keymaps/adi/keymap.c
index 24b450c8d..a91b7d35d 100644
--- a/keyboards/xd75/keymaps/adi/keymap.c
+++ b/keyboards/xd75/keymaps/adi/keymap.c
@@ -16,9 +16,7 @@
#include "xd75.h"
// Fillers to make layering more clear
-#define _______ KC_TRNS
#define ___T___ KC_TRNS
-#define XXXXXXX KC_NO
// Layer shorthand
#define _QW 0
diff --git a/keyboards/xd75/keymaps/atomic_style/keymap.c b/keyboards/xd75/keymaps/atomic_style/keymap.c
index c40d89bc7..d3e86b050 100644
--- a/keyboards/xd75/keymaps/atomic_style/keymap.c
+++ b/keyboards/xd75/keymaps/atomic_style/keymap.c
@@ -16,9 +16,7 @@
#include "xd75.h"
// Fillers to make layering more clear
-#define _______ KC_TRNS
#define ___T___ KC_TRNS
-#define XXXXXXX KC_NO
// Layer shorthand
#define _QW 0
diff --git a/keyboards/xd75/keymaps/bramver/keymap.c b/keyboards/xd75/keymaps/bramver/keymap.c
index 142d8efd2..0d6091523 100644
--- a/keyboards/xd75/keymaps/bramver/keymap.c
+++ b/keyboards/xd75/keymaps/bramver/keymap.c
@@ -15,10 +15,6 @@
*/
#include QMK_KEYBOARD_H
-// Fillers to make layering more clear
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
-
// Layer shorthand
#define _BASE 0
#define _LOWER 1
diff --git a/keyboards/xd75/keymaps/cbbrowne/config.h b/keyboards/xd75/keymaps/cbbrowne/config.h
index cc583f0ae..f6bb06f39 100644
--- a/keyboards/xd75/keymaps/cbbrowne/config.h
+++ b/keyboards/xd75/keymaps/cbbrowne/config.h
@@ -38,7 +38,6 @@
/* Filler to make layering a bit clearer *
* borrowed from basic keymap */
-#define _______ KC_TRNS
#define _____ KC_NO
#endif
diff --git a/keyboards/xd75/keymaps/cbbrowne/keymap.c b/keyboards/xd75/keymaps/cbbrowne/keymap.c
index 322fffdad..1bebf2d11 100644
--- a/keyboards/xd75/keymaps/cbbrowne/keymap.c
+++ b/keyboards/xd75/keymaps/cbbrowne/keymap.c
@@ -16,9 +16,7 @@
#include "xd75.h"
/* Fillers to make layering more clear */
-#define _______ KC_TRNS
#define ___T___ KC_TRNS
-#define XXXXXXX KC_NO
/* Layer shorthand */
diff --git a/keyboards/xd75/keymaps/davidrambo/keymap.c b/keyboards/xd75/keymaps/davidrambo/keymap.c
index 5d09dfa27..b37cad054 100644
--- a/keyboards/xd75/keymaps/davidrambo/keymap.c
+++ b/keyboards/xd75/keymaps/davidrambo/keymap.c
@@ -1,7 +1,5 @@
#include "xd75.h"
-//aliases for clarity in layering
-#define _______ KC_TRNS
#define A_BSPC LALT(KC_BSPC) // delete whole word in Mac
// #define C_BSPS LCTL(KC_BSPC) // delete whole word in PC; currently not in use
#define A_LEFT LALT(KC_LEFT)
diff --git a/keyboards/xd75/keymaps/emilyh/keymap.c b/keyboards/xd75/keymaps/emilyh/keymap.c
index 04c239636..f597dc2b9 100644
--- a/keyboards/xd75/keymaps/emilyh/keymap.c
+++ b/keyboards/xd75/keymaps/emilyh/keymap.c
@@ -17,9 +17,7 @@
#include "backlight.h"
// Fillers to make layering more clear
-#define _______ KC_TRNS
#define ___T___ KC_TRNS
-#define XXXXXXX KC_NO
// Layer shorthand
#define _QW 0
diff --git a/keyboards/xd75/keymaps/fabian/keymap.c b/keyboards/xd75/keymaps/fabian/keymap.c
index 3a330ca96..7c5156268 100644
--- a/keyboards/xd75/keymaps/fabian/keymap.c
+++ b/keyboards/xd75/keymaps/fabian/keymap.c
@@ -41,9 +41,6 @@ enum custom_keycodes {
EXT_PLV
};
-#define XXXXXXX KC_NO
-#define _______ KC_TRNS
-
#define CTL_ESC CTL_T(KC_ESC) // Tap for Escape, hold for Control
#define HPR_TAB ALL_T(KC_TAB) // Tap for Tab, hold for Hyper (Super+Ctrl+Alt+Shift)
#define MEH_GRV MEH_T(KC_GRV) // Tap for Backtick, hold for Meh (Ctrl+Alt+Shift)
diff --git a/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c b/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c
index 8820b4ef5..61e5c73ab 100644
--- a/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c
+++ b/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c
@@ -16,9 +16,7 @@
#include QMK_KEYBOARD_H
// Fillers to make layering more clear
-#define _______ KC_TRNS
#define ___T___ KC_TRNS
-#define XXXXXXX KC_NO
// Layer shorthand
#define _QW 0
diff --git a/keyboards/xd75/keymaps/kim-kim/keymap.c b/keyboards/xd75/keymaps/kim-kim/keymap.c
index c67ce2287..f46c0b659 100644
--- a/keyboards/xd75/keymaps/kim-kim/keymap.c
+++ b/keyboards/xd75/keymaps/kim-kim/keymap.c
@@ -16,9 +16,7 @@
#include QMK_KEYBOARD_H
// Fillers to make layering more clear
-#define _______ KC_TRNS
#define ___T___ KC_TRNS
-#define XXXXXXX KC_NO
// Layer shorthand
#define _QW 0