VIA V3 - The Custom UI Update (#18222)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user