diff options
Diffstat (limited to 'keyboards/handwired/promethium/promethium.h')
-rw-r--r-- | keyboards/handwired/promethium/promethium.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/promethium/promethium.h b/keyboards/handwired/promethium/promethium.h index c4c90176b..e40d67e9f 100644 --- a/keyboards/handwired/promethium/promethium.h +++ b/keyboards/handwired/promethium/promethium.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <stdint.h> | 3 | #include "quantum.h" |
4 | 4 | ||
5 | void battery_poll(uint8_t level); | 5 | void battery_poll(uint8_t level); |
6 | void led_set_kb(uint8_t usb_led); | 6 | void led_set_kb(uint8_t usb_led); |