mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
[Keyboard] Fix sendyyeah/pix oled task function type (#15608)
This commit is contained in:
parent
6aa0c15fca
commit
787f15b58f
@ -215,7 +215,7 @@ void draw_sat_icon(int key_position, int row) {
|
|||||||
oled_write_P(ICON_SAT_1, false);
|
oled_write_P(ICON_SAT_1, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void oled_task_user(void) {
|
bool oled_task_user(void) {
|
||||||
// Host Keyboard Layer Status
|
// Host Keyboard Layer Status
|
||||||
static const char PROGMEM ICON_LAYER[] = {0x80, 0x81, 0x82, 0x83, 0};
|
static const char PROGMEM ICON_LAYER[] = {0x80, 0x81, 0x82, 0x83, 0};
|
||||||
static const char PROGMEM ICON_ENCODER[] = {0x84, 0x85, 0x86, 0x87, 0};
|
static const char PROGMEM ICON_ENCODER[] = {0x84, 0x85, 0x86, 0x87, 0};
|
||||||
|
@ -215,7 +215,7 @@ void draw_sat_icon(int key_position, int row) {
|
|||||||
oled_write_P(ICON_SAT_1, false);
|
oled_write_P(ICON_SAT_1, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void oled_task_user(void) {
|
bool oled_task_user(void) {
|
||||||
// Host Keyboard Layer Status
|
// Host Keyboard Layer Status
|
||||||
static const char PROGMEM ICON_LAYER[] = {0x80, 0x81, 0x82, 0x83, 0};
|
static const char PROGMEM ICON_LAYER[] = {0x80, 0x81, 0x82, 0x83, 0};
|
||||||
static const char PROGMEM ICON_ENCODER[] = {0x84, 0x85, 0x86, 0x87, 0};
|
static const char PROGMEM ICON_ENCODER[] = {0x84, 0x85, 0x86, 0x87, 0};
|
||||||
|
Loading…
Reference in New Issue
Block a user