mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00: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);
|