mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-23 03:50:28 +08:00
7 lines
157 B
C
Executable file
7 lines
157 B
C
Executable file
#pragma once
|
|
|
|
void led_test(void);
|
|
void force_issi_refresh(void);
|
|
void set_backlight(uint8_t level);
|
|
void set_backlight_by_keymap(uint8_t col, uint8_t row);
|