Skip to content

Tags: sbillig/qmk_firmware

Tags

0.6.414

Toggle 0.6.414's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Switching rgb_config_t to use HSV struct

0.6.413

Toggle 0.6.413's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch version incrementing to the command put together by @noroadsleft…

…. (qmk#6310)

* Switch version incrementing to the command put together by @noroadsleft.

* Update util/travis_compiled_push.sh

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

0.6.412

Toggle 0.6.412's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix parentheses in macros, and in general clean up quantum.h (qmk#5021)

* Fix up GPIO macros

* Fix up send string macros

`string` arguments must not be parenthesized

* Fix up miscellaneous macros

* Make indentation uniform (4 spaces)

* Make #ifdef vs #if defined usage consistent

* Reorder standard includes

* Revert indentation changes as per review comments

* Revert #if defined(__AVR__) → #ifdef __AVR__ change

* Change 2 space indent to 4 spaces on a couple of lines

* Replace include guard with #pragma once

0.6.406

Toggle 0.6.406's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix linux_install.sh script for OpenSuse v 15.1 (qmk#6251)

breakpoint_2019_08_30

Toggle breakpoint_2019_08_30's commit message
Branch point for 2019 Aug 30 Breaking Change

0.6.405

Toggle 0.6.405's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix unselect_rows() in quantum/matrix.c (qmk#6243)

unselect_col() uses setPinInputHigh(), but unselect_cols() uses setPinInput().
This is not correct. unselect_cols() should also use setPinInputHigh().

0.6.404

Toggle 0.6.404's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Keymap] mitosis:datagrok: use non-copyrighted songs, add workman dit…

…ty (qmk#6205)

0.6.403

Toggle 0.6.403's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove one more copyrighted song (qmk#6200)

0.6.402

Toggle 0.6.402's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix breathing always on for soft PWM (qmk#5983)

* Fix breathing always on for soft PWM

* Remove reference to hardware PWM pins in BACKLIGHT_BREATHING description

Now, breathing will only be unsupported when Timers 1 and 3 are both used by Audio

* Document BACKLIGHT_ON_STATE and its purpose

0.6.401

Toggle 0.6.401's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[Keymap] Actually swap space and left control in gaming mode (qmk#6162)