mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 19:14:38 +00:00
10 lines
176 B
C
10 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
|