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.

6 lines
157 B

  1. #pragma once
  2. void led_test(void);
  3. void force_issi_refresh(void);
  4. void set_backlight(uint8_t level);
  5. void set_backlight_by_keymap(uint8_t col, uint8_t row);