summaryrefslogtreecommitdiff
path: root/users/kuchosauronad0
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-12-14 13:46:01 +1100
committerGitHub <noreply@github.com>2022-12-14 13:46:01 +1100
commite2117564c54044c809903627c0061b5a9d129815 (patch)
tree6439e66eac4c362e16aaa65b1f4530598b91828d /users/kuchosauronad0
parent49b81a9c2b9dca681cf26ced9c1115c2c53f1ba1 (diff)
Leader: remove `qk_` prefix (#19304)
Diffstat (limited to 'users/kuchosauronad0')
-rw-r--r--users/kuchosauronad0/leader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/kuchosauronad0/leader.c b/users/kuchosauronad0/leader.c
index ac2a6599a1..e8935ec401 100644
--- a/users/kuchosauronad0/leader.c
+++ b/users/kuchosauronad0/leader.c
@@ -93,7 +93,7 @@ void matrix_scan_user(void) {
// matrix_scan_keymap();
}
-void leader_start(void) {
+void leader_start_user(void) {
#ifdef RGBLIGHT_ENABLE
rgblight_savebase();
rgblight_mode_noeeprom(1);
@@ -101,7 +101,7 @@ void leader_start(void) {
#endif
}
-void leader_end(void) {
+void leader_end_user(void) {
// pick color depending of success /fail
// fade leader_start from 100 to 0
// fade new color from 0 to 100 to 0