Spyke

Posts

ergomechkeyboards·ErgoMechKeyboardsbybravekarma

zmk-rgbled-widget: A ZMK module to add battery & BT indicators using an RGB LED (like in Xiao BLEs)

I find that having a way to check the battery and connection status is very useful with wireless devices. Traditionally, the way to do this is through the addition of a display. However I always thought displays were a bit overkill for that and once I started using Xiao BLE controllers I noticed that they have an RGB LED built onto the controller itself that can be programmed.

So I wrote a small tool to indicate the battery and BT profile status that uses that LED, and I thought I'd share more broadly in case it is useful to others. It's pretty easy to add to your ZMK build as documented in the README as it is a ZMK module.

While it supports Seeeduino Xiao BLE out of the box, it's also easy to add support for it if you have a custom keyboard that has three dumb LEDs for RGB colors.

zmk-rgbled-widget: A ZMK module to add battery & BT indicators using an RGB LED (like in Xiao BLEs)https://github.com/caksoylar/zmk-rgbled-widgetOpen linkView original on lemmy.world
41
ergomechkeyboards·ErgoMechKeyboardsbybravekarma

Community Spotlight Series #3: ZMK Tools and ZMK Locale Generator | ZMK Firmware

ZMK community spotlight series continues with a third installment -- and this one is a twofer! ZMK contributor Joel Spading wrote about ZMK Tools, a handy Visual Studio Code extension to ease working with ZMK configurations, and ZMK Locale Generator, a tool to help users that use non-US English keyboard locales in their operating systems.

https://zmk.dev/blog/2024/01/05/zmk-toolsOpen linkView original on lemmy.world
10
ergomechkeyboards·ErgoMechKeyboardsbybravekarma

Community Spotlight Series #2: Node-free Config | ZMK Firmware

The second post of our community spotlight series is now up! This time we are highlighting the zmk-nodefree-config project by urob, which provides handy utilities for working with ZMK devicetree keymaps.

Also check out the first post in the series by Nick Coutsos at https://zmk.dev/blog/2023/11/09/keymap-editor if you haven't done so yet, especially if you prefer a more graphical approach to editing your ZMK keymaps.

https://zmk.dev/blog/2023/12/17/nodefree-configOpen linkView original on lemmy.world
8

You reached the end