diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-11 12:38:20 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-11 12:38:20 +0000 |
commit | 2d4a69cfc6e0b182818f9b5eb3511ac879312351 (patch) | |
tree | 2d136a7d234c7ff4a63c6b699313e3cd27682f0f /keyboards | |
parent | 793f54f6ca5e844319f7e082b84fb4ca375bd9de (diff) | |
parent | 5f10387c41b63f022dc4169a29b3b4fa0e9721a9 (diff) | |
download | qmk_firmware-2d4a69cfc6e0b182818f9b5eb3511ac879312351.tar.gz qmk_firmware-2d4a69cfc6e0b182818f9b5eb3511ac879312351.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-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 c4c90176b5..e40d67e9fd 100644 --- a/keyboards/handwired/promethium/promethium.h +++ b/keyboards/handwired/promethium/promethium.h @@ -1,6 +1,6 @@ #pragma once -#include <stdint.h> +#include "quantum.h" void battery_poll(uint8_t level); void led_set_kb(uint8_t usb_led); |