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) | |
| download | qmk_firmware-2cf6bfe9ac10663181aa3ba32087da956bb7ec1e.tar.gz qmk_firmware-2cf6bfe9ac10663181aa3ba32087da956bb7ec1e.zip | |
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 000000000..a04dc7a18 --- /dev/null +++ b/users/not-quite-neo/nqn-common.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #ifndef NQN_COMMON_H | ||
| 2 | #define NQN_COMMON_H | ||
| 3 | |||
| 4 | |||
| 5 | /* | ||
| 6 | This file holds some commen NQN definitions | ||
| 7 | */ | ||
| 8 | |||
| 9 | |||
| 10 | #define _______ KC_TRNS | ||
| 11 | #define XXXXXXX KC_NO | ||
| 12 | |||
| 13 | |||
| 14 | #endif | ||
