aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_dynamic_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_dynamic_macro.c')
-rw-r--r--quantum/process_keycode/process_dynamic_macro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/process_keycode/process_dynamic_macro.c b/quantum/process_keycode/process_dynamic_macro.c
index df3a8a812..18c8d7ca2 100644
--- a/quantum/process_keycode/process_dynamic_macro.c
+++ b/quantum/process_keycode/process_dynamic_macro.c
@@ -221,8 +221,8 @@ bool process_dynamic_macro(uint16_t keycode, keyrecord_t *record) {
221 case DYN_REC_STOP: 221 case DYN_REC_STOP:
222 /* Stop the macro recording. */ 222 /* Stop the macro recording. */
223 if (record->event.pressed ^ (keycode != DYN_REC_STOP)) { /* Ignore the initial release 223 if (record->event.pressed ^ (keycode != DYN_REC_STOP)) { /* Ignore the initial release
224 * just after the recording 224 * just after the recording
225 * starts for DYN_REC_STOP. */ 225 * starts for DYN_REC_STOP. */
226 switch (macro_id) { 226 switch (macro_id) {
227 case 1: 227 case 1:
228 dynamic_macro_record_end(macro_buffer, macro_pointer, +1, &macro_end); 228 dynamic_macro_record_end(macro_buffer, macro_pointer, +1, &macro_end);