qmk-dactyl-manuform-a/keyboards/handwired/promethium/promethium.h

11 lines
176 B
C
Raw Normal View History

2016-11-26 07:11:40 +01:00
#ifndef PROMETHIUM_H
#define PROMETHIUM_H
#include "stdint.h"
2016-11-26 07:11:40 +01:00
void battery_poll(uint8_t level);
void led_set_kb(uint8_t usb_led);
void led_set_user(uint8_t usb_led);
2016-11-26 07:11:40 +01:00
#endif