diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-13 03:19:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 03:19:02 +1100 |
commit | bbf7a20b33de2d203518687cb5cd1aa85005ea27 (patch) | |
tree | ee1a5c412a02021d085c81a26321c3424eca7022 /users/yet-another-developer/leader_user.h | |
parent | d10350cd2ceb2b9d80522cdec3ea908118f7fd35 (diff) |
Refactor Leader key feature (#19632)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'users/yet-another-developer/leader_user.h')
-rw-r--r-- | users/yet-another-developer/leader_user.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/yet-another-developer/leader_user.h b/users/yet-another-developer/leader_user.h new file mode 100644 index 0000000000..84cc6f65fa --- /dev/null +++ b/users/yet-another-developer/leader_user.h @@ -0,0 +1,6 @@ +#pragma once +#include "yet-another-developer.h" + +#include "leader_user.h" + +void matrix_scan_user(void); |