VIA V3 - The Custom UI Update (#18222)
This commit is contained in:
parent
575b0e33fa
commit
bc6f8dc8b0
68 changed files with 751 additions and 886 deletions
|
@ -26,6 +26,7 @@ float tone_numlk_on[][2] = SONG(NUM_LOCK_ON_SOUND);
|
|||
float tone_numlk_off[][2] = SONG(NUM_LOCK_OFF_SOUND);
|
||||
float tone_scroll_on[][2] = SONG(SCROLL_LOCK_ON_SOUND);
|
||||
float tone_scroll_off[][2] = SONG(SCROLL_LOCK_OFF_SOUND);
|
||||
float tone_device_indication[][2] = SONG(FANTASIE_IMPROMPTU);
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -95,3 +96,9 @@ bool led_update_kb(led_t led_state) {
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
void via_set_device_indication(uint8_t value) {
|
||||
if ( value == 0 ) {
|
||||
PLAY_SONG(tone_device_indication);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue