diff options
Diffstat (limited to 'quantum/process_keycode/process_dynamic_macro.c')
| -rw-r--r-- | quantum/process_keycode/process_dynamic_macro.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_dynamic_macro.c b/quantum/process_keycode/process_dynamic_macro.c index a022949d3d..5e4a6fa308 100644 --- a/quantum/process_keycode/process_dynamic_macro.c +++ b/quantum/process_keycode/process_dynamic_macro.c | |||
| @@ -17,6 +17,15 @@ | |||
| 17 | 17 | ||
| 18 | /* Author: Wojciech Siewierski < wojciech dot siewierski at onet dot pl > */ | 18 | /* Author: Wojciech Siewierski < wojciech dot siewierski at onet dot pl > */ |
| 19 | #include "process_dynamic_macro.h" | 19 | #include "process_dynamic_macro.h" |
| 20 | #include <stddef.h> | ||
| 21 | #include "action_layer.h" | ||
| 22 | #include "keycodes.h" | ||
| 23 | #include "debug.h" | ||
| 24 | #include "wait.h" | ||
| 25 | |||
| 26 | #ifdef BACKLIGHT_ENABLE | ||
| 27 | # include "backlight.h" | ||
| 28 | #endif | ||
| 20 | 29 | ||
| 21 | // default feedback method | 30 | // default feedback method |
| 22 | void dynamic_macro_led_blink(void) { | 31 | void dynamic_macro_led_blink(void) { |
