diff --git a/src/lv_objx/lv_kb.h b/src/lv_objx/lv_kb.h index af1b7649f..85090385d 100644 --- a/src/lv_objx/lv_kb.h +++ b/src/lv_objx/lv_kb.h @@ -167,7 +167,10 @@ bool lv_kb_get_cursor_manage(const lv_obj_t * kb); * @param kb pointer to a keyboard object * @return the current map */ -static inline const char ** lv_btnm_get_map_array(const lv_obj_t * btnm); +static inline const char ** lv_kb_get_map_array(const lv_obj_t * kb) +{ + return lv_btnm_get_map_array(kb); +} /** * Get a style of a keyboard