mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-26 16:05:18 -05:00
10 lines
191 B
C
10 lines
191 B
C
/*
|
|
* 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); |