Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-02-05 13:28:01 +00:00
commit b4e02f8ddf
3 changed files with 8 additions and 19 deletions

View file

@ -744,9 +744,7 @@ void send_byte(uint8_t number) {
send_nibble(number & 0xF);
}
void send_nibble(uint8_t number) {
tap_code16(hex_to_keycode(number));
}
void send_nibble(uint8_t number) { tap_code16(hex_to_keycode(number)); }
__attribute__((weak)) uint16_t hex_to_keycode(uint8_t hex) {
hex = hex & 0xF;