Skip to content

Tags: purcell/qmk_firmware

Tags

0.6.451

Toggle 0.6.451's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for different encoder pinout for right half of split keyb…

…oard (qmk#6521)

* Add support for different encoder pinouts for split keyboard

* Update documentation for new encoder pinout feature

0.6.450

Toggle 0.6.450's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add an alternative method for keyboard discovery to speed up build (q…

…mk#6073)

* Add an alternative method for keyboard discovery to speed up build

* Chain MAKEFLAGS for docker_build.sh

* Slight improvement to number of items sent to sort

* Remove debug line

* Fix line escape

0.6.449

Toggle 0.6.449's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable PWM Support for Planck EZ Indicator Lights (qmk#6473)

* remove led layer code

* enable PWM on STM32F303

* Unusable PWM code

* Updated PWM Stuff?

* PWM Semi-working

* Both LEDs working at the same time

* Update names

* Add led level functions

* Add LED levels and persistent settings

* Revert change due to issues with timing related code

* Review feedback and minor cleanup

0.6.448

Toggle 0.6.448's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix LT() crashing some ARM keyboards (qmk#6529)

0.6.447

Toggle 0.6.447's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Keymap] removes gamelayer, finally got rgb working (qmk#5817)

* removes gamelayer, finally got rgb working

* lowercasing readme

* changed to layout_ortho_4x12

* rules.mk: Removed BACKLIGHT_CUSTOM_DRIVER

0.6.446

Toggle 0.6.446's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add some defaults for ATmega32A to mcu_selection.mk (qmk#6253)

* Add some defaults for ATmega32A to mcu_selection.mk

* Remove boilerplate from templates

* Relax INTERRUPT_CONTROL_ENDPOINT and PROGRAM_CMD

* Apply suggestions from code review

Co-Authored-By: Drashna Jaelre <drashna@live.com>

0.6.445

Toggle 0.6.445's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Extend allowed range of tappable keycodes to include modifiers (qmk#5809

)

* Extend allowed range of tappable keycodes to include modifiers

* Get rid of the magic numbers altogether

* Remove some more magic numbers

* Extract LM() functionality from ACT_LAYER_TAP

* Use ACTION() macro everywhere

0.6.444

Toggle 0.6.444's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use the older `universal_newlines` name instead of `text` (qmk#6506)

0.6.443

Toggle 0.6.443's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
MIDI: Fix basic noteon: send correct velocity (qmk#6476)

0.6.442

Toggle 0.6.442's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix qmk_install.sh on Windows dropping to command prompt (qmk#6488)