diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 18f072189..259bac369 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -56,6 +56,14 @@ extern uint32_t default_layer_state; | |||
| 56 | #include "process_unicode.h" | 56 | #include "process_unicode.h" |
| 57 | #endif | 57 | #endif |
| 58 | 58 | ||
| 59 | #ifdef UCIS_ENABLE | ||
| 60 | #include "process_ucis.h" | ||
| 61 | #endif | ||
| 62 | |||
| 63 | #ifdef UNICODEMAP_ENABLE | ||
| 64 | #include "process_unicodemap.h" | ||
| 65 | #endif | ||
| 66 | |||
| 59 | #include "process_tap_dance.h" | 67 | #include "process_tap_dance.h" |
| 60 | 68 | ||
| 61 | #ifdef PRINTING_ENABLE | 69 | #ifdef PRINTING_ENABLE |
| @@ -95,6 +103,7 @@ void unregister_code16 (uint16_t code); | |||
| 95 | 103 | ||
| 96 | #ifdef BACKLIGHT_ENABLE | 104 | #ifdef BACKLIGHT_ENABLE |
| 97 | void backlight_init_ports(void); | 105 | void backlight_init_ports(void); |
| 106 | void backlight_task(void); | ||
| 98 | 107 | ||
| 99 | #ifdef BACKLIGHT_BREATHING | 108 | #ifdef BACKLIGHT_BREATHING |
| 100 | void breathing_enable(void); | 109 | void breathing_enable(void); |
| @@ -117,7 +126,7 @@ void send_dword(uint32_t number); | |||
| 117 | void send_word(uint16_t number); | 126 | void send_word(uint16_t number); |
| 118 | void send_byte(uint8_t number); | 127 | void send_byte(uint8_t number); |
| 119 | void send_nibble(uint8_t number); | 128 | void send_nibble(uint8_t number); |
| 120 | 129 | uint16_t hex_to_keycode(uint8_t hex); | |
| 121 | 130 | ||
| 122 | void led_set_user(uint8_t usb_led); | 131 | void led_set_user(uint8_t usb_led); |
| 123 | void led_set_kb(uint8_t usb_led); | 132 | void led_set_kb(uint8_t usb_led); |
