diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index b34ff6ec5..45050ac0e 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -245,3 +245,7 @@ void led_set_user(uint8_t usb_led); | |||
| 245 | void led_set_kb(uint8_t usb_led); | 245 | void led_set_kb(uint8_t usb_led); |
| 246 | bool led_update_user(led_t led_state); | 246 | bool led_update_user(led_t led_state); |
| 247 | bool led_update_kb(led_t led_state); | 247 | bool led_update_kb(led_t led_state); |
| 248 | |||
| 249 | const char *get_numeric_str(char *buf, size_t buf_len, uint32_t curr_num, char curr_pad); | ||
| 250 | const char *get_u8_str(uint8_t curr_num, char curr_pad); | ||
| 251 | const char *get_u16_str(uint16_t curr_num, char curr_pad); | ||
