2021-04-10 02:37:49 +02:00
|
|
|
#pragma once
|
2018-12-03 17:00:00 +01:00
|
|
|
|
|
|
|
#include "edvorakjp.h"
|
|
|
|
|
|
|
|
extern bool japanese_mode;
|
|
|
|
|
|
|
|
// method prototypes defined in crkbd/lib
|
2021-04-10 02:37:49 +02:00
|
|
|
extern const char *read_host_led_state(void);
|
2018-12-03 17:00:00 +01:00
|
|
|
extern const char *read_logo(void);
|
2021-04-10 02:37:49 +02:00
|
|
|
extern const char *read_mode_icon(bool swap);
|
2018-12-03 17:00:00 +01:00
|
|
|
|
2021-04-10 02:37:49 +02:00
|
|
|
void render_host_led_state(void);
|
|
|
|
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);
|