summaryrefslogtreecommitdiffstats
path: root/users/not-quite-neo/nqn-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/not-quite-neo/nqn-common.h')
-rw-r--r--users/not-quite-neo/nqn-common.h14
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 000000000..a04dc7a18
--- /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