Skip to content

Tags: jellybob/qmk_firmware

Tags

0.6.172

Toggle 0.6.172's commit message
Configurable Rainbow Swirl range (qmk#4376)

* Configurable Rainbow Swirl range

This allows tweaking of the rainbow effect to
 get different effects on keyboards with varied
 LED layouts. We found the value 1950 works on
 the RGBKB.net Sol to get a cool striped effect
 across the keyboard.

* Document RGBLIGHT_RAINBOW_SWIRL_RANGE

* Better wording for the documentation

0.6.171

Toggle 0.6.171's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add localized LED flash effect on keypress to Massdrop ALT (qmk#4340)

0.6.170

Toggle 0.6.170's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix Spacing issue in makefile that breaks Terminal config

0.6.169

Toggle 0.6.169's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
command.h include was not set correctly

0.6.168

Toggle 0.6.168's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixe line endings

0.6.167

Toggle 0.6.167's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Clarify the Mod Tap defines in documentation (qmk#4352)

* Fix up Mod Tap settings keys

* Change link names

* permissive hold wordsmith

Co-Authored-By: drashna <[email protected]>

* ignore mod tap wordsmithing

Co-Authored-By: drashna <[email protected]>

* grammar fix

Co-Authored-By: drashna <[email protected]>

* wordsmithing

Co-Authored-By: drashna <[email protected]>

* word smithing

Co-Authored-By: drashna <[email protected]>

0.6.166

Toggle 0.6.166's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
5x5bt (qmk#4333)

* got bluetooth working

* get rid of description on bluetooth

* get rid of commented code used for testing

* Update config.h

0.6.165

Toggle 0.6.165's commit message
Increasing square wave buffer to max volume. (qmk#4296)

* Increasing square wave buffer to max volume.

* Using range designated initializers for square waves; defining DAC_SAMPLE_MAX.

0.6.164

Toggle 0.6.164's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
USB Suspend for arm_atsam protocol

Rewrote USB state tracking for implementation of suspend state.
Updated suspend.c in entirety.
Main subtasks (generally hardware related) are now run prior to keyboard task.

0.6.163

Toggle 0.6.163's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove old declaration

Co-Authored-By: nooges <[email protected]>