Skip to content

Tags: scosant/qmk_firmware

Tags

0.6.179

Toggle 0.6.179's commit message
convert to unix line-endings [skip ci]

0.6.178

Toggle 0.6.178's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
modify quantum/template/avr/config.h: add rgblight effect configurations

0.6.177

Toggle 0.6.177's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Make sure that avr-gcc@7 gets linked into the path on MacOS.

0.6.176

Toggle 0.6.176's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Make sure that avr-gcc@7 gets linked into the path on MacOS.

0.6.175

Toggle 0.6.175'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 slackware distribution (linux_install.sh) (qmk#4369)

* Add support for slackware distribution (linux_install.sh)

The required packages are not provided by the official repository. The packages
need to be installed from slackbuilds.org either manually or with the help of
third party tools like sbotools.

* Modify linux_install.sh according to code review

Modifies the Slackware section of the linux_install.sh script based on the
suggestions from the code review.

* Modify utils/linux_install.sh according to suggestions

0.6.174

Toggle 0.6.174's commit message
Improve new_project script (qmk#4373)

* Improve new_project script

 - use git user.name if available to replace the boilerplate name in
   files we generate
 - fix shellshock warnings

* Test for git repo

Suggestion by @skullydazed

* Fix shellshock warning

* Incorporate feedback from reviewers

 - thanks @vomindoraan
 - use a heredoc instead of echo for console
 - factor out common paths

0.6.173

Toggle 0.6.173's commit message
I2C driver docs (qmk#4298)

* I2C driver docs

- Added I2C driver docs.
- Changed arm master i2c driver to have a weak i2c_init as it is impossible to account for all possible port configuration in the STM32 world.

* Update docs/i2c_driver.md

Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy>

* Update docs/i2c_driver.md

Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy>

* Update docs/i2c_driver.md

Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy>

* Update docs/i2c_driver.md

Co-Authored-By: yiancar <yiangosyiangou@cytanet.com.cy>

* GPIO release fix

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