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

**Is your feature request related to a problem? Please describe.** I am unable to find a supported shift register easily. **Describe the solution you'd like** Support for https://github.com/adafruit/Adafruit_CircuitPython_74HC595. **Describe alternatives...

enhancement

Port of KMK to the fruitbar R2 40% Keyboard with OLED. (the fruitbar has a rotary encoder option which I don't have on mine and did not include here yet)....

I'm gonna work on making a parser for QMK configurator JSON files: I'm thinking the API should look like this: ```python from kmk.kmk_keyboard import KMKKeyboard from kmk.converters.qmk import read_qmk_config keyboard...

Create Raspberry PI pico quickpin based on the [Pico Docs](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html). (Also tested on Pico H)

The CMKC65 is a board created by a local keyboard club at California State University, Chico for a limited first round group buy. The board is going to be having...

**Is your feature request related to a problem? Please describe.** We have a spell checking script now, but no integration. **Describe the solution you'd like** Add a github action for...

enhancement
infrastructure
good first issue

After enabling capsword, only the right side which has the cw key emits caps, the left side keys on same word emit small letters.

**Describe the bug** When using the example keybow2040 configuration, current CircuitPython and current kmk library, button presses have no effect. After a while CircuitPython soft resets. Disabling the RGB, or...

bug

Adds pmw3360 trackball module for the pmw3360 motion sensor # PMW3360 For using PMW3360 motion sensor for pointer, scrolling and volume. The default behavior converts sensor XY movement into cursor...