1
0

Remove unicode init from process_record_* functions

This commit is contained in:
Drashna Jaelre
2018-11-02 08:41:55 -07:00
parent 18fcde13ad
commit 7b6391bd18
3 changed files with 0 additions and 4 deletions

View File

@@ -45,7 +45,6 @@ __attribute__((weak))
void unicode_map_input_error() {}
bool process_unicode_map(uint16_t keycode, keyrecord_t *record) {
unicode_input_mode_init();
uint8_t input_mode = get_unicode_input_mode();
if ((keycode & QK_UNICODE_MAP) == QK_UNICODE_MAP && record->event.pressed) {
const uint32_t* map = unicode_map;