forked from kofal.net/zmk
fix: Address review comments
This commit is contained in:
committed by
Pete Johanson
parent
651ed05e9a
commit
b17d896c5c
@@ -41,7 +41,6 @@ struct output_status_state {
|
||||
struct zmk_endpoint_instance selected_endpoint;
|
||||
bool active_profile_connected;
|
||||
bool active_profile_bonded;
|
||||
uint8_t active_profile_index;
|
||||
};
|
||||
|
||||
static struct output_status_state get_state(const zmk_event_t *_eh) {
|
||||
@@ -50,7 +49,6 @@ static struct output_status_state get_state(const zmk_event_t *_eh) {
|
||||
.active_profile_connected = zmk_ble_active_profile_is_connected(),
|
||||
.active_profile_bonded = !zmk_ble_active_profile_is_open(),
|
||||
};
|
||||
;
|
||||
}
|
||||
|
||||
static void set_status_symbol(lv_obj_t *icon, struct output_status_state state) {
|
||||
|
||||
Reference in New Issue
Block a user