X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Fquantum.h;h=e6adf974aba58aa006a876c58d00f2d19d6099c7;hb=e667e9f6da17c5551379b168cc97647b44972d10;hp=06a2e049dcfd641757b970de116909c1f50883fb;hpb=33e62c080c9161a0fc921c90ed299a67fc2e1799;p=qmk_firmware.git diff --git a/quantum/quantum.h b/quantum/quantum.h index 06a2e049d..e6adf974a 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -110,8 +110,15 @@ void breathing_speed_dec(uint8_t value); #endif #endif +void send_dword(uint32_t number); +void send_word(uint16_t number); +void send_byte(uint8_t number); +void send_nibble(uint8_t number); + void led_set_user(uint8_t usb_led); void led_set_kb(uint8_t usb_led); +void api_send_unicode(uint32_t unicode); + #endif