diff options
Diffstat (limited to 'keyboards/anavi/macropad8/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/anavi/macropad8/keymaps/default/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/anavi/macropad8/keymaps/default/keymap.c b/keyboards/anavi/macropad8/keymaps/default/keymap.c index 5b69532e1..84be7f3c6 100644 --- a/keyboards/anavi/macropad8/keymaps/default/keymap.c +++ b/keyboards/anavi/macropad8/keymaps/default/keymap.c | |||
@@ -22,7 +22,7 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) { | |||
22 | return OLED_ROTATION_180; // flips the display 180 degrees if offhand | 22 | return OLED_ROTATION_180; // flips the display 180 degrees if offhand |
23 | } | 23 | } |
24 | 24 | ||
25 | void oled_task_user(void) { | 25 | bool oled_task_user(void) { |
26 | // Host Keyboard Layer Status | 26 | // Host Keyboard Layer Status |
27 | oled_write_ln_P(PSTR("ANAVI Macro Pad 8"), false); | 27 | oled_write_ln_P(PSTR("ANAVI Macro Pad 8"), false); |
28 | oled_write_P(PSTR("Active layer: "), false); | 28 | oled_write_P(PSTR("Active layer: "), false); |
@@ -57,5 +57,6 @@ void oled_task_user(void) { | |||
57 | snprintf(rgbStatusLine2, sizeof(rgbStatusLine2), "h:%d s:%d v:%d", rgblight_get_hue(), rgblight_get_sat(), rgblight_get_val()); | 57 | snprintf(rgbStatusLine2, sizeof(rgbStatusLine2), "h:%d s:%d v:%d", rgblight_get_hue(), rgblight_get_sat(), rgblight_get_val()); |
58 | oled_write_ln(rgbStatusLine2, false); | 58 | oled_write_ln(rgbStatusLine2, false); |
59 | #endif | 59 | #endif |
60 | return false; | ||
60 | } | 61 | } |
61 | #endif | 62 | #endif |