diff options
Diffstat (limited to 'users/not-quite-neo/nqn-common.h')
-rw-r--r-- | users/not-quite-neo/nqn-common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/not-quite-neo/nqn-common.h b/users/not-quite-neo/nqn-common.h new file mode 100644 index 0000000000..a04dc7a18f --- /dev/null +++ b/users/not-quite-neo/nqn-common.h @@ -0,0 +1,14 @@ +#ifndef NQN_COMMON_H +#define NQN_COMMON_H + + +/* +This file holds some commen NQN definitions +*/ + + +#define _______ KC_TRNS +#define XXXXXXX KC_NO + + +#endif |