mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-27 19:42:04 +00:00
Thought I fixed that!
Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
parent
e5da49ca63
commit
4b2a0bc145
@ -84,7 +84,7 @@ void unicode_input_start(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
__attribute__((weak))
|
__attribute__((weak))
|
||||||
void unicode_input_finish (void) {
|
void unicode_input_finish(void) {
|
||||||
switch(unicode_config.input_mode) {
|
switch(unicode_config.input_mode) {
|
||||||
case UC_OSX:
|
case UC_OSX:
|
||||||
case UC_WIN:
|
case UC_WIN:
|
||||||
|
Loading…
Reference in New Issue
Block a user