mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
Use WinCompose unicode input method instead of HexNumpad
This commit is contained in:
parent
5fa44c594f
commit
c6f6172fd5
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
return false;
|
||||
break;
|
||||
case WIN:
|
||||
set_unicode_input_mode(UC_WIN);
|
||||
set_unicode_input_mode(UC_WINC);
|
||||
#ifdef AUDIO_ENABLE
|
||||
PLAY_NOTE_ARRAY(tone_windows, false, 0);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue