Skip to content

infused-kim/zmk

 
 

Repository files navigation

ZMK Fork Optimized for Sofle Keyboards

This is a zmk fork that improves encoder, display and underglow support of zmk.

While it's been optimized for and tested with a sofle choc keyboard, it can be benificial for and should work with any split keyboard that is using encoders and displays.

It adds the following features and fixes:

  • Adds underglow (used for backlight) support to Sofle shield (PR #1188)
  • Fixes split side encoder not working (PR #728)
  • Fixes display not working if you toggle external power off and then on again (Issue #674)
  • Adds automatic disabling and enabling of external power when USB is disconnected or connected (PR #1184)
  • Adds automatic disabling of backlight if the keyboard is idle (PR #1179)

Most of these fixes and features have not made it into the official zmk yet, because they don't meet the (very resaonable and completely understandable) code standards of the zmk maintainers.

However, while these fixes and features may not meet the quality standards of the official project, they work well enough to be used until these features get properly implemented.

How to use

Adjust your zmk-config's west.yml

If you already have an existing sofle config, you can adjust your config/west.yml file to use this fork instead of the official version.

Use this commit as an example of how to do it.

Refer to this .conf file and this .keymap file for config options.

Use zmk-config-sofle

Alternatively, you can also use my zmk-config-sofle repo as a starting point for your config.

About

ZMK Firmware Repository

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.8%
  • CMake 2.6%
  • Other 0.6%