diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-16 11:18:13 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-15 16:18:13 -0800 |
commit | e04e55c8720cf8fdd3d31ce07b4723042775a67d (patch) | |
tree | 648b3a6d1d1339d7da82a3b8261b30ecc26e6eea /users/replicaJunction | |
parent | 83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (diff) | |
download | qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.gz |
Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140)
Diffstat (limited to 'users/replicaJunction')
-rw-r--r-- | users/replicaJunction/replicaJunction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/replicaJunction/replicaJunction.h b/users/replicaJunction/replicaJunction.h index ab0e8ab3e..9b5772543 100644 --- a/users/replicaJunction/replicaJunction.h +++ b/users/replicaJunction/replicaJunction.h @@ -20,7 +20,6 @@ // #define L_LL_I 10 // Keyboard aliases -#define _______ KC_TRNS #define ooooooo KC_TRNS #define MO_FUNC MO(L_FUNC) |