Drop method to set Unicode input key and declare start and finish methods as “weak” instead

This commit is contained in:
coderkun 2016-08-21 21:02:18 +02:00
parent dffdeb50b7
commit 81594c7883
2 changed files with 4 additions and 13 deletions

View file

@ -8,16 +8,11 @@
#define UC_WIN 2
#define UC_BSD 3
#ifndef UNICODE_LNX_KEY
#define UNICODE_LNX_KEY KC_A
#endif
#ifndef UNICODE_TYPE_DELAY
#define UNICODE_TYPE_DELAY 10
#endif
void set_unicode_input_mode(uint8_t os_target);
void set_unicode_input_key_lnx(uint16_t linux_key);
void unicode_input_start(void);
void unicode_input_finish(void);
void register_hex(uint16_t hex);