summaryrefslogtreecommitdiff
path: root/app/include/zmk/battery.h
blob: f62219c18147f625be39c35eb5d861d87a412214 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2021 The ZMK Contributors
 *
 * SPDX-License-Identifier: MIT
 */

#pragma once

uint8_t zmk_battery_state_of_charge();