mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-04 20:35:19 -05:00
refactor(battery): Fire event on battery event.
This commit is contained in:
10
app/src/events/battery_state_changed.c
Normal file
10
app/src/events/battery_state_changed.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2020 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
#include <kernel.h>
|
||||
#include <zmk/events/battery-state-changed.h>
|
||||
|
||||
ZMK_EVENT_IMPL(battery_state_changed);
|
||||
Reference in New Issue
Block a user