qmk_firmware/keyboards/handwired/promethium/promethium.h

11 lines
176 B
C
Raw Normal View History

2016-11-25 22:11:40 -08:00
#ifndef PROMETHIUM_H
#define PROMETHIUM_H
#include "stdint.h"
2016-11-25 22:11:40 -08: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-25 22:11:40 -08:00
#endif