kmk_firmware icon indicating copy to clipboard operation
kmk_firmware copied to clipboard

Clackety Keyboards Powered by Python

Results 130 kmk_firmware issues
Sort by recently updated
recently updated
newest added

This adds a `permissive_hold` parameter to HoldTap keys that operates in the same fashion as the QMK option of the same name. See https://docs.qmk.fm/#/tap_hold?id=permissive-hold

# Issue When rolling from a ModTap key to a Layer tap key, the Layer tap key is emitted before the ModTap key. # Replication instructions Using the following config:...

KMK includes a potentiometer module, potentiometer.py, but this does not have any documentation. i have written up some basic documentation for this module after some digging and reverse engineering, to...

Replaces #575 to continue collaboration as we both have push permissions on this fork.

These were [deprecated in circuitpython 9](https://github.com/adafruit/circuitpython/pull/8456) and need to be updated to use the `root_group` API to support latest versions. `root_group` has been around for some time so although this...

**Describe the bug** Trying out an example to send particular keycodes based on conditions in loop. Key is being sent once but in the loop, the keys are not being...

bug

**Is your feature request related to a problem? Please describe.** I use a lot of keys that depend on other keys being pressed, and the closest solution to this in...

enhancement

**Is your feature request related to a problem? Please describe.** I have a habit of walking away from my keyboard while in a layer, usually my function/nav layer, and then...

enhancement

## Decription Using a fresh clone of this repository, I uploaded both kb.py and main.py from boards/gtips/reviung41 on my keyboard, a reviung41 using a boardsource blok controller. I found out...

bug