diff options
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 86b717e44..9250f5acc 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -147,6 +147,10 @@ extern layer_state_t layer_state; | |||
147 | # include "process_joystick.h" | 147 | # include "process_joystick.h" |
148 | #endif | 148 | #endif |
149 | 149 | ||
150 | #ifdef PROGRAMMABLE_BUTTON_ENABLE | ||
151 | # include "process_programmable_button.h" | ||
152 | #endif | ||
153 | |||
150 | #ifdef GRAVE_ESC_ENABLE | 154 | #ifdef GRAVE_ESC_ENABLE |
151 | # include "process_grave_esc.h" | 155 | # include "process_grave_esc.h" |
152 | #endif | 156 | #endif |
@@ -233,5 +237,3 @@ void led_set_user(uint8_t usb_led); | |||
233 | void led_set_kb(uint8_t usb_led); | 237 | void led_set_kb(uint8_t usb_led); |
234 | bool led_update_user(led_t led_state); | 238 | bool led_update_user(led_t led_state); |
235 | bool led_update_kb(led_t led_state); | 239 | bool led_update_kb(led_t led_state); |
236 | |||
237 | void api_send_unicode(uint32_t unicode); | ||