diff options
| author | Jack Humbert | 2017-07-21 05:57:11 +0200 |
|---|---|---|
| committer | Jack Humbert | 2017-07-23 20:59:29 +0200 |
| commit | 6a3c66776cb10888b24400526241b46deeb051a8 (patch) | |
| tree | 7604aafe7087d9ab40aa0bb6bc603975e31d7e2e /quantum/quantum_keycodes.h | |
| parent | 8edb67b08242f2ab641d7e658a0a7adb579bbae2 (diff) | |
clean-up planck and preonic keymaps, move audio stuff around
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 6038e31c46..c863b887af 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -26,6 +26,10 @@ #endif #endif +// Fillers to make layering more clear +#define _______ KC_TRNS +#define XXXXXXX KC_NO + enum quantum_keycodes { // Ranges used in shortucuts - not to be used directly QK_TMK = 0x0000, |