mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 17:37:40 +06:00
11 lines
176 B
C
11 lines
176 B
C
#ifndef PROMETHIUM_H
|
|
#define PROMETHIUM_H
|
|
|
|
#include "stdint.h"
|
|
|
|
void battery_poll(uint8_t level);
|
|
void led_set_kb(uint8_t usb_led);
|
|
void led_set_user(uint8_t usb_led);
|
|
|
|
#endif
|