diff options
| author | Drashna Jael're <drashna@live.com> | 2017-12-19 10:37:25 -0800 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-20 14:38:56 -0500 |
| commit | 4f484bc1c990793f019deb54448ad534389cc938 (patch) | |
| tree | 0509a2a43953c73803dfc4e9666df7703d119954 /quantum/quantum_keycodes.h | |
| parent | a1fa70f94ddddcd6b51914a89cee7218ae1281ce (diff) | |
| download | qmk_firmware-4f484bc1c990793f019deb54448ad534389cc938.tar.gz qmk_firmware-4f484bc1c990793f019deb54448ad534389cc938.zip | |
Add on/off/toggle keycodes for Auto Shift
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index b0e555f2e..65bf9e141 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -121,13 +121,13 @@ enum quantum_keycodes { | |||
| 121 | KC_LEAD, | 121 | KC_LEAD, |
| 122 | #endif | 122 | #endif |
| 123 | 123 | ||
| 124 | #ifdef AUTO_SHIFT_ENABLE | ||
| 125 | // Auto Shift setup | 124 | // Auto Shift setup |
| 126 | KC_ASUP, | 125 | KC_ASUP, |
| 127 | KC_ASDN, | 126 | KC_ASDN, |
| 128 | KC_ASRP, | 127 | KC_ASRP, |
| 129 | KC_ASTG, | 128 | KC_ASTG, |
| 130 | #endif // AUTO_SHIFT_ENABLE | 129 | KC_ASON, |
| 130 | KC_ASOFF, | ||
| 131 | 131 | ||
| 132 | // Audio on/off/toggle | 132 | // Audio on/off/toggle |
| 133 | AU_ON, | 133 | AU_ON, |
