qmk_firmware
qmk_firmware copied to clipboard
Open-source keyboard firmware for Atmel AVR and Arm USB families
## 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...
## Description Added a custom layout for GMMK Pro with a custom RGB matrix effect. Details in `readme.md`. ## Types of Changes - [ ] Core - [ ] Bugfix...
This is the addition of a new keyboard, a 60% with F row ## Description Default keymap and VIA port added ## Types of Changes - [ ] Core -...
## 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...
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...
## 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...
## 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 *...
## 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...
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 - [...
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...