diff options
author | Johannes H. Jensen <joh@pseudoberries.com> | 2023-04-03 05:01:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 13:01:07 +1000 |
commit | 68efea70b268aceb28c28abb26641fad8d6acefd (patch) | |
tree | e26fe123a2ca166d9e958d618bbafc2577fbab00 /keyboards/mschwingen | |
parent | 9a68472da87bea6eb9e209b8cf90de09211f23c8 (diff) |
Add direction to dynamic_macro_record_start_user (#19689)
Diffstat (limited to 'keyboards/mschwingen')
-rw-r--r-- | keyboards/mschwingen/modelm/modelm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mschwingen/modelm/modelm.c b/keyboards/mschwingen/modelm/modelm.c index 122dca3400..23d1b1484a 100644 --- a/keyboards/mschwingen/modelm/modelm.c +++ b/keyboards/mschwingen/modelm/modelm.c @@ -204,7 +204,7 @@ void update_layer_leds(void) { #endif -void dynamic_macro_record_start_user(void) { +void dynamic_macro_record_start_user(int8_t direction) { isRecording++; blink_cycle_timer = timer_read(); } |