Browse Source

format code according to conventions [skip ci]

pull/9675/head 0.9.32
QMK Bot 3 years ago
parent
commit
9ae15e8c79
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      quantum/process_keycode/process_dynamic_macro.c

+ 2
- 2
quantum/process_keycode/process_dynamic_macro.c View File

@ -221,8 +221,8 @@ bool process_dynamic_macro(uint16_t keycode, keyrecord_t *record) {
case DYN_REC_STOP:
/* Stop the macro recording. */
if (record->event.pressed ^ (keycode != DYN_REC_STOP)) { /* Ignore the initial release
* just after the recording
* starts for DYN_REC_STOP. */
* just after the recording
* starts for DYN_REC_STOP. */
switch (macro_id) {
case 1:
dynamic_macro_record_end(macro_buffer, macro_pointer, +1, &macro_end);


Loading…
Cancel
Save