diff options
| author | Ryan <fauxpark@gmail.com> | 2022-11-04 10:01:06 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-03 23:01:06 +0000 |
| commit | fe18df9d4186c7f2c97a2bfccf3cc0e11615c728 (patch) | |
| tree | 28b2cab02cfccbb5c268b33df5595934a1620d2f /quantum/quantum_keycodes_legacy.h | |
| parent | 3de296f42014c489682730d9ab554d25ba8953a4 (diff) | |
Normalise Dynamic Macro keycodes (#18939)
* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1`
* `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2`
* `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1`
* `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2`
* `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP`
* Update docs
Diffstat (limited to 'quantum/quantum_keycodes_legacy.h')
| -rw-r--r-- | quantum/quantum_keycodes_legacy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes_legacy.h b/quantum/quantum_keycodes_legacy.h index 68771baece..8f325251bc 100644 --- a/quantum/quantum_keycodes_legacy.h +++ b/quantum/quantum_keycodes_legacy.h | |||
| @@ -38,6 +38,12 @@ | |||
| 38 | #define UC_M_WC QK_UNICODE_MODE_WINCOMPOSE | 38 | #define UC_M_WC QK_UNICODE_MODE_WINCOMPOSE |
| 39 | #define UC_M_EM QK_UNICODE_MODE_EMACS | 39 | #define UC_M_EM QK_UNICODE_MODE_EMACS |
| 40 | 40 | ||
| 41 | #define DYN_REC_START1 QK_DYNAMIC_MACRO_RECORD_START_1 | ||
| 42 | #define DYN_REC_START2 QK_DYNAMIC_MACRO_RECORD_START_2 | ||
| 43 | #define DYN_REC_STOP QK_DYNAMIC_MACRO_RECORD_STOP | ||
| 44 | #define DYN_MACRO_PLAY1 QK_DYNAMIC_MACRO_PLAY_1 | ||
| 45 | #define DYN_MACRO_PLAY2 QK_DYNAMIC_MACRO_PLAY_2 | ||
| 46 | |||
| 41 | #define PROGRAMMABLE_BUTTON_1 QK_PROGRAMMABLE_BUTTON_1 | 47 | #define PROGRAMMABLE_BUTTON_1 QK_PROGRAMMABLE_BUTTON_1 |
| 42 | #define PROGRAMMABLE_BUTTON_2 QK_PROGRAMMABLE_BUTTON_2 | 48 | #define PROGRAMMABLE_BUTTON_2 QK_PROGRAMMABLE_BUTTON_2 |
| 43 | #define PROGRAMMABLE_BUTTON_3 QK_PROGRAMMABLE_BUTTON_3 | 49 | #define PROGRAMMABLE_BUTTON_3 QK_PROGRAMMABLE_BUTTON_3 |
