1
0
Fork 0

Leader: remove qk_ prefix (#19304)

This commit is contained in:
Ryan 2022-12-14 13:46:01 +11:00 committed by GitHub
parent 49b81a9c2b
commit e2117564c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 46 additions and 44 deletions

View file

@ -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