qmk_firmware icon indicating copy to clipboard operation
qmk_firmware copied to clipboard

Open-source keyboard firmware for Atmel AVR and Arm USB families

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

## Description Add the nullbits Bit-C PRO RP2040 to the converters so that existing projects can be converted easily. Tested by converting a TIDBIT and crkbd and ensuring the resulting...

core
documentation

## Description Added a custom layout for GMMK Pro with a custom RGB matrix effect. Details in `readme.md`. ## Types of Changes - [ ] Core - [ ] Bugfix...

keymap
awaiting changes
stale

This is the addition of a new keyboard, a 60% with F row ## Description Default keymap and VIA port added ## Types of Changes - [ ] Core -...

keyboard
keymap
stale
via

## Description It was mistake to use ldscript from STM32F103x8, instead using STM32F103xC. So the flash size was limited at 64kb, while it should be 256kb ## Types of Changes...

keyboard
keymap
stale
via

Added an implementation for the upcoming Ploopy Thumb. ## Description Just a bit of configuration stuff. Nothing new or groundbreaking; most of the code is a straight duplicate from the...

keyboard
keymap
via

## Description Allow disabling RGB_MATRIX_ANIMATIONS on system76 keyboards by using a pre-procesor directive. Not defining the animations can free up storage space (~2.2KB or more on `atmega32u4`) to use on...

keyboard

## Description Changes so that when `NO_ACTION_TAPPING` is defined, that layer function act as expected. Eg, that MO and TG still work. * LT's work as just their keycode *...

in progress
core

## Description Fixes up some of the quantum handlers to properly respect magic status. - Note: This is likely a breaking change since it will change existing behavior. ## Types...

bug
core
documentation
breaking_change

Added support for keyquest keyboards and "Enclave-1" ## Description I've added the "keyquest" folder which contains the enclave files to build firmware for Enclave-1 ## Types of Changes - [...

keyboard
keymap
via

In a recent build, I was trying to use more than 60 ws2812 using the PWM driver (per key RGB). My STM32F072 run out of RAM. (heap linker error). Apparently...

enhancement
core
breaking_change_2022q3