Skip to content

A small Rust program to read battery levels of a split keyboard running ZMK

Notifications You must be signed in to change notification settings

adwaymalhotra/zmk_batt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small Rust program to read battery levels of a split keyboard running ZMK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages