lighting.h 190 B

123456789
  1. #ifndef LIGHTING_H
  2. #define LIGHTING_H
  3. void led_test(void);
  4. void force_issi_refresh(void);
  5. void set_backlight(uint8_t level);
  6. void set_backlight_by_keymap(uint8_t col, uint8_t row);
  7. #endif