Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 384 Bytes

This is a small rust program that reads the battery levels of each of a half of a split keyboard running ZMK.

Usage:

zmk_batt <MAC_ADDRESS>

To run locally, checkout this repo, and run:

cargo run -- <MAC_ADDRESS>

Or install the binary to your ~/.cargo/bin directory using:

cargo install --path .

Requires your keyboard be paired to computer using BlueZ.