1
0
Fork 0

Merge branch 'master' into coderkun_neo2

This commit is contained in:
coderkun 2016-10-03 16:35:40 +02:00
commit 4c9071964b

View file

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