diff options
Diffstat (limited to 'keyboards/anavi/macropad8/keymaps/kicad/keymap.c')
-rw-r--r-- | keyboards/anavi/macropad8/keymaps/kicad/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/anavi/macropad8/keymaps/kicad/keymap.c b/keyboards/anavi/macropad8/keymaps/kicad/keymap.c index ba4755034..e75d58847 100644 --- a/keyboards/anavi/macropad8/keymaps/kicad/keymap.c +++ b/keyboards/anavi/macropad8/keymaps/kicad/keymap.c | |||
@@ -75,7 +75,7 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) { | |||
75 | return OLED_ROTATION_180; // flips the display 180 degrees if offhand | 75 | return OLED_ROTATION_180; // flips the display 180 degrees if offhand |
76 | } | 76 | } |
77 | 77 | ||
78 | void oled_task_user(void) { | 78 | bool oled_task_user(void) { |
79 | // Host Keyboard Layer Status | 79 | // Host Keyboard Layer Status |
80 | oled_write_ln_P(PSTR("ANAVI Macro Pad 8"), false); | 80 | oled_write_ln_P(PSTR("ANAVI Macro Pad 8"), false); |
81 | oled_write_P(PSTR("Layer: "), false); | 81 | oled_write_P(PSTR("Layer: "), false); |
@@ -113,5 +113,6 @@ void oled_task_user(void) { | |||
113 | snprintf(rgbStatusLine2, sizeof(rgbStatusLine2), "h:%d s:%d v:%d", rgblight_get_hue(), rgblight_get_sat(), rgblight_get_val()); | 113 | snprintf(rgbStatusLine2, sizeof(rgbStatusLine2), "h:%d s:%d v:%d", rgblight_get_hue(), rgblight_get_sat(), rgblight_get_val()); |
114 | oled_write_ln(rgbStatusLine2, false); | 114 | oled_write_ln(rgbStatusLine2, false); |
115 | #endif | 115 | #endif |
116 | return false; | ||
116 | } | 117 | } |
117 | #endif | 118 | #endif |