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/not-quite-neo | |
parent | 83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (diff) | |
download | qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.tar.gz qmk_firmware-e04e55c8720cf8fdd3d31ce07b4723042775a67d.zip |
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.h | 5 |
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 a04dc7a18f..bcd79505f7 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 |