diff options
Diffstat (limited to 'quantum/process_keycode/process_backlight.h')
-rw-r--r-- | quantum/process_keycode/process_backlight.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_backlight.h b/quantum/process_keycode/process_backlight.h index 7fe887ae67..e926833e79 100644 --- a/quantum/process_keycode/process_backlight.h +++ b/quantum/process_keycode/process_backlight.h @@ -16,6 +16,8 @@ #pragma once -#include "quantum.h" +#include <stdint.h> +#include <stdbool.h> +#include "action.h" bool process_backlight(uint16_t keycode, keyrecord_t *record); |