1
0
Fork 0

remove more warnings

This commit is contained in:
Jack Humbert 2017-02-16 13:13:38 -05:00
parent 1ac5dc9e52
commit 49e72632d2
5 changed files with 39 additions and 17 deletions

View file

@ -312,6 +312,8 @@ uint16_t hex_to_keycode(uint8_t hex)
return NEO_E;
case 0xF:
return NEO_F;
default:
return KC_NO;
}
}
}