summaryrefslogtreecommitdiffstats
path: root/users/not-quite-neo
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-16 01:18:13 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-16 01:18:13 +0100
commite04e55c8720cf8fdd3d31ce07b4723042775a67d (patch)
tree648b3a6d1d1339d7da82a3b8261b30ecc26e6eea /users/not-quite-neo
parent83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (diff)
downloadqmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.gz
qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.xz
Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140)
Diffstat (limited to 'users/not-quite-neo')
-rw-r--r--users/not-quite-neo/nqn-common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/not-quite-neo/nqn-common.h b/users/not-quite-neo/nqn-common.h
index a04dc7a18..bcd79505f 100644
--- a/users/not-quite-neo/nqn-common.h
+++ b/users/not-quite-neo/nqn-common.h
@@ -6,9 +6,4 @@
This file holds some commen NQN definitions
*/
-
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
-
-
#endif