More formatting fixes
This commit is contained in:
parent
20aff40f6a
commit
c01de7ebbb
1 changed files with 3 additions and 1 deletions
|
@ -116,7 +116,9 @@ int zmk_endpoints_toggle_transport(void) {
|
||||||
return zmk_endpoints_select_transport(new_transport);
|
return zmk_endpoints_select_transport(new_transport);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct zmk_endpoint_instance zmk_endpoints_selected(void) { return current_instance; }
|
struct zmk_endpoint_instance zmk_endpoints_selected(void) {
|
||||||
|
return current_instance;
|
||||||
|
}
|
||||||
|
|
||||||
static int send_keyboard_report(void) {
|
static int send_keyboard_report(void) {
|
||||||
switch (current_instance.transport) {
|
switch (current_instance.transport) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue