mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-11 18:14:16 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
13a3e872a4
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ void draw_sat_icon(int key_position, int row) {
|
|||
oled_write_P(ICON_SAT_1, false);
|
||||
}
|
||||
|
||||
void oled_task_user(void) {
|
||||
bool oled_task_user(void) {
|
||||
// Host Keyboard Layer Status
|
||||
static const char PROGMEM ICON_LAYER[] = {0x80, 0x81, 0x82, 0x83, 0};
|
||||
static const char PROGMEM ICON_ENCODER[] = {0x84, 0x85, 0x86, 0x87, 0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue