Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sleep_led.h 187B

1234567891011
  1. #ifndef SLEEP_LED_H
  2. #define SLEEP_LED_H
  3. void sleep_led_init(void);
  4. void sleep_led_enable(void);
  5. void sleep_led_disable(void);
  6. void sleep_led_on(void);
  7. void sleep_led_off(void);
  8. #endif