forked from forks/qmk_firmware
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))
|
||||
void unicode_input_finish (void) {
|
||||
void unicode_input_finish(void) {
|
||||
switch(unicode_config.input_mode) {
|
||||
case UC_OSX:
|
||||
case UC_WIN:
|
||||
|
|
|
|||
Loading…
Reference in a new issue