forked from forks/qmk_firmware
Fix spacing
Co-Authored-By: drashna <drashna@live.com>
This commit is contained in:
parent
44c238f8de
commit
bf79667460
|
|
@ -50,7 +50,7 @@ uint8_t get_unicode_input_mode(void) {
|
|||
}
|
||||
|
||||
void unicode_input_mode_init(void) {
|
||||
unicode_config.raw = eeprom_read_byte(EECONFIG_UNICODEMODE);
|
||||
unicode_config.raw = eeprom_read_byte(EECONFIG_UNICODEMODE);
|
||||
}
|
||||
|
||||
__attribute__((weak))
|
||||
|
|
|
|||
Loading…
Reference in a new issue