Browse Source

Remove an unreachable break statement (#26006)

フィルターペーパー 5 months ago
parent
commit
6b423c98e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      quantum/process_keycode/process_dynamic_macro.c

+ 0 - 1
quantum/process_keycode/process_dynamic_macro.c

@@ -320,7 +320,6 @@ bool process_dynamic_macro(uint16_t keycode, keyrecord_t *record) {
                     }
                 }
                 return true;
-                break;
         }
     }