Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.05 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.05 KB

QMK Libraries

While working on customizing my keymap I have isolated some parts of code so they could be reused by others. Check out the table below for a list of features you can start using yourself:

Feature Description
RGB Layers Allows you to easily define color codes per key per layer, Ergodox EZ configurator style!
OSM My own implementation of one shot modifiers, swapping out the timeout timer with a reset button and using real modifiers that the operating system picks up on as soon as the modifier key is pressed.
Zones Splitting up a layer into multiple others and adding some custom code on top can allow you to repeat keypresses on one layer, while still having access to the base layer when you need it.

Unfortunately this feature only has docs with code examples and doesn't come with a simplified library that you can download.
Utility Functions A few miscellaneous functions, currently only consisting of improved (base) layer detection functions.