diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 5e0cde8a2..8ae487bec 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -744,9 +744,7 @@ void send_byte(uint8_t number) { | |||
| 744 | send_nibble(number & 0xF); | 744 | send_nibble(number & 0xF); |
| 745 | } | 745 | } |
| 746 | 746 | ||
| 747 | void send_nibble(uint8_t number) { | 747 | void send_nibble(uint8_t number) { tap_code16(hex_to_keycode(number)); } |
| 748 | tap_code16(hex_to_keycode(number)); | ||
| 749 | } | ||
| 750 | 748 | ||
| 751 | __attribute__((weak)) uint16_t hex_to_keycode(uint8_t hex) { | 749 | __attribute__((weak)) uint16_t hex_to_keycode(uint8_t hex) { |
| 752 | hex = hex & 0xF; | 750 | hex = hex & 0xF; |
