Skip to content

Tags: fredrikhl/qmk_firmware

Tags

0.6.386

Toggle 0.6.386's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix up Debouncing in AVR Templates (qmk#5964)

0.6.385

Toggle 0.6.385's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Reduce rgb matrix firmware size

0.6.384

Toggle 0.6.384's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixing hsv_to_rgb where s = 0 and v < 255 (qmk#5915)

* Fixing hsv to rgb where s is 0 and v is < 255

* Update color.c

0.6.383

Toggle 0.6.383's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Single Color Band scrolling left to right effects (qmk#5867)

0.6.382

Toggle 0.6.382's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix bit count calculation for iterating layers

0.6.381

Toggle 0.6.381's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Adds a configurable initial delay to the audio clicky feature (qmk#4286)

* Adding an AUDIO_CLICKY_DELAY_DURATION configurable value to the AUDIO_CLICKY feature.

* Tweaking my community keymap to work better with my rev 4 planck.

0.6.380

Toggle 0.6.380's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Adds a configurable initial delay to the audio clicky feature (qmk#4286)

* Adding an AUDIO_CLICKY_DELAY_DURATION configurable value to the AUDIO_CLICKY feature.

* Tweaking my community keymap to work better with my rev 4 planck.

0.6.379

Toggle 0.6.379's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Make delay for Capslock in Hold-Tap functions configurable (qmk#5497)

* Increase delay for Hold-Tap register for CAPSLOCK

Because it seems that the 80ms delay wasn't too much

* Screw it, make the caps delay a define and make it configurable

0.6.378

Toggle 0.6.378's commit message
Add effect range to rgblight.c (qmk#5856)

* add rgblight_set_effect_range()

* implement effect range

* Arrange the order of function list in rgblight.h .

* update docs/feature_rgblight.md

* fix RGBLIGHT_RAINBOW_SWIRL_RANGE default value

* add example code about Utility Functions

* add example code about direct operation functions

* When RGBLIGHT_SPLIT is defined, the following function has no meaning and is invalidated.

 * rgblight_setrgb_master(r, g, b)
 * rgblight_setrgb_slave(r, g, b)
 * rgblight_sethsv_master(h, s, v)
 * rgblight_sethsv_slave(h, s, v)

* add temporary test code for rgblight_set_effect_range

* fix rgblight_effect_knight() bug

* Test End. Revert "add temporary test code for rgblight_set_effect_range"

This reverts commit 5680cdd.

0.6.377

Toggle 0.6.377's commit message
Add effect range to rgblight.c (qmk#5856)

* add rgblight_set_effect_range()

* implement effect range

* Arrange the order of function list in rgblight.h .

* update docs/feature_rgblight.md

* fix RGBLIGHT_RAINBOW_SWIRL_RANGE default value

* add example code about Utility Functions

* add example code about direct operation functions

* When RGBLIGHT_SPLIT is defined, the following function has no meaning and is invalidated.

 * rgblight_setrgb_master(r, g, b)
 * rgblight_setrgb_slave(r, g, b)
 * rgblight_sethsv_master(h, s, v)
 * rgblight_sethsv_slave(h, s, v)

* add temporary test code for rgblight_set_effect_range

* fix rgblight_effect_knight() bug

* Test End. Revert "add temporary test code for rgblight_set_effect_range"

This reverts commit 5680cdd.