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

Enable triggering different LED matrices for different layers.

1. Corrected and clarified bad instruction. This document tells you to place the "adafruit_ble" library at the device root. It should be placed in the "lib" directory. 2. Provided a...

Add a callback to lock status so that thing such as LEDs can be kept in sync.

This requires aspell be installed and on your path. Right now it's an interactive tool for cleaning up the docs, but it could be adapted to be a commit hook...

In relation to #323, I tried starting such abstraction of Split module. The structure is following: ``` AbstractSplit └─ UartSplit │ └─ PioSplit └─ BleSplit ``` I tried to extract...

enhancement
bluetooth/wireless
extension

Hi! I'm currently trying to revive a quite old keyboard, unsing a raspberry pico: Cherry G84-4100PAADE I`ve made a picture of the pin layout of the keyboard: ![pinbelegung](https://user-images.githubusercontent.com/7810374/174168603-ffdb8ee2-717a-4aa2-ada3-f1c273cdefd4.png) An here's...

After #504 was merged, running `python -m unittest` on an untouched clone of the repo has failures on Windows and Ubuntu, but not MacOS. Windows 11: ``` FAIL: test_chord (tests.test_combos.TestCombo)...

The RGB module for PEG doesn't toggle RGB on both sides of a split. It turns off the side that is plugged into USB, but it doesn't seem to send...

bug
requires hardware testing
extension

Part two of the "Josh had to rebuild his keyboard" saga: the discovery that the KMK codebase is so big, it can't be copied in full to even a NiceNano...

help wanted
Documentation
requires hardware testing

The oneshot module holds down the given key until interrupted by another keypress, but it only releases when the other key releases, which is when holdtap and co send the...

bug
extension