Skip to content

Commit

Permalink
fix helix/rev2:edvorakjp build error (#16433)
Browse files Browse the repository at this point in the history
'helix/rev2/keymaps/edvorakjp' was no longer buildable due to changes made by #14864.
The reason is that the prototype of `oled_task_user()` was changed in keymaps/edvorakjp/oled.c, but keymaps/edvorakjp/oled.h was not changed.
Therefore, I modified the prototype in keymaps/edvorakjp/oled.h.
  • Loading branch information
mtei authored Feb 27, 2022
1 parent 77cdb20 commit e884414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/helix/rev2/keymaps/edvorakjp/oled.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ void render_layer_state(void);
void render_logo(void);
void render_mode_icon(bool is_windows);
oled_rotation_t oled_init_user(oled_rotation_t rotation);
void oled_task_user(void);
bool oled_task_user(void);

0 comments on commit e884414

Please sign in to comment.