Use WinCompose unicode input method instead of HexNumpad

This commit is contained in:
Priyadi Iman Nurcahyo 2016-10-23 19:35:06 +07:00
parent 5fa44c594f
commit c6f6172fd5
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false; return false;
break; break;
case WIN: case WIN:
set_unicode_input_mode(UC_WIN); set_unicode_input_mode(UC_WINC);
#ifdef AUDIO_ENABLE #ifdef AUDIO_ENABLE
PLAY_NOTE_ARRAY(tone_windows, false, 0); PLAY_NOTE_ARRAY(tone_windows, false, 0);
#endif #endif