Regenerate examples

This commit is contained in:
Johannes Marbach 2021-09-22 20:19:48 +02:00
parent c5a645490c
commit 04785aed74
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ typedef struct {
/* Number of keys */
const int num_keys;
/* Key caps */
const char ** const keycaps;
const char * const * const keycaps;
/* Key attributes */
const lv_btnmatrix_ctrl_t * const attributes;
/* Number of modifier keys */

View file

@ -26,7 +26,7 @@ typedef struct {
/* Number of keys */
const int num_keys;
/* Key caps */
const char ** const keycaps;
const char * const * const keycaps;
/* Key attributes */
const lv_btnmatrix_ctrl_t * const attributes;
/* Number of modifier keys */

View file

@ -24,7 +24,7 @@ typedef struct {
/* Number of keys */
const int num_keys;
/* Key caps */
const char ** const keycaps;
const char * const * const keycaps;
/* Key attributes */
const lv_btnmatrix_ctrl_t * const attributes;
/* Number of modifier keys */

View file

@ -24,7 +24,7 @@ typedef struct {
/* Number of keys */
const int num_keys;
/* Key caps */
const char ** const keycaps;
const char * const * const keycaps;
/* Key attributes */
const lv_btnmatrix_ctrl_t * const attributes;
/* Number of modifier keys */