diff options
author | jola5 <jola5@users.noreply.github.com> | 2018-02-02 07:21:41 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-02 01:21:41 -0500 |
commit | 2cf6bfe9ac10663181aa3ba32087da956bb7ec1e (patch) | |
tree | 24d8ee8993770542be82e55066cc4813cbbf67a8 /users/not-quite-neo/nqn-common.h | |
parent | 2917e55bd4c8e25d79981ec997037b89478d402c (diff) |
Not quite neo (#2318)
* planck with a not-quite-neo layout for a de-DE OS/SW keymap
* ergodox infinity with a not-quite-neo layout for a de-DE OS/SW keymap
* add documentation
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 |