Merge pull request #799 from coderkun/master

Declare Unicode method hex_to_keycode() as “weak”
kenbarbour60
Jack Humbert 2016-10-03 10:27:06 -04:00 committed by GitHub
commit 86065dca4d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
static uint8_t input_mode;
__attribute__((weak))
uint16_t hex_to_keycode(uint8_t hex)
{
if (hex == 0x0) {