mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-27 11:32:08 +00:00
Fix Linux Song
This commit is contained in:
parent
afad38786a
commit
0d64e6548b
@ -157,7 +157,7 @@ bool process_record_unicode_common(uint16_t keycode, keyrecord_t *record) {
|
|||||||
case UNICODE_MODE_LNX:
|
case UNICODE_MODE_LNX:
|
||||||
set_unicode_input_mode(UC_LNX);
|
set_unicode_input_mode(UC_LNX);
|
||||||
#if defined(AUDIO_ENABLE) && defined(UNICODE_LINUX_SONG)
|
#if defined(AUDIO_ENABLE) && defined(UNICODE_LINUX_SONG)
|
||||||
PLAY_SONG(UNICODE_LINUX_SONG);
|
PLAY_SONG(song_lnx);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case UNICODE_MODE_WIN:
|
case UNICODE_MODE_WIN:
|
||||||
|
Loading…
Reference in New Issue
Block a user