qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

QMK, forked for ZSA's Oryx Configurator (to safeguard stability)

Results 9 qmk_firmware issues
Sort by recently updated
recently updated
newest added

Achordion library in this ZSA fork do not support [typing streaks](https://getreuer.info/posts/keyboards/achordion/index.html#typing-streaks) detection. This PR updates Achordion library to the latest version as of 2024-04-30. (https://github.com/getreuer/qmk-keymap/commit/694894e63bc5699a55be8178d3618d01f7bf7d7c)

The Achordion library rejects chording of keys on the same half to avoid accidentally triggering e.g. home row mods when rolling during typing. The default logic does not consider thumb...

Replace hardcoded UNIX path separator `':'` with the more universal `os.pathsep`.

Replace hardcoded UNIX path separator `':'` with the more universal `os.pathsep`.

Was confused reading this until I realized this was probably copied from moonlander and wasn't fixed for voyager.

This is a legacy layout which is still popular among Russian-speaking typists. It allows entering punctuation marks without Shift.

This commit fixes the caps lock status not turning off on layer 1. Default behavior of indicator led 6 is layer indicator taking priority. Setting a config flag `PRIORITY_CAPS_LED` makes...

… effects Added new define to enable new functionality "ENABLE_KEEP_LAYER_COLORS"