mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-21 13:22:52 +01:00
Add direction to dynamic_macro_record_start_user (#19689)
This commit is contained in:
@@ -318,7 +318,7 @@ void keyboard_post_init_user(void) {
|
||||
|
||||
static bool prerecord_clicky = false;
|
||||
|
||||
void dynamic_macro_record_start_user(void) {
|
||||
void dynamic_macro_record_start_user(int8_t direction) {
|
||||
prerecord_clicky = is_clicky_on();
|
||||
if (!prerecord_clicky) {
|
||||
clicky_on();
|
||||
|
||||
Reference in New Issue
Block a user