Skip to content

Tags: trashfeed/qmk_firmware

Tags

0.6.222

Toggle 0.6.222's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add explicit eeprom include in split_common

Fixes builds that set EE_HANDS.

0.6.221

Toggle 0.6.221's commit message
Remove redundant, language-specific aliases for KC_ALGR (qmk#4720)

* Use standard KC_ALGR, remove language-specific redefinitions

* Use ALGR instead of ALTGR in BÉPO and Canadian multilingual keymaps

* Remove BE_LALT, BE_LGUI aliases

0.6.220

Toggle 0.6.220's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Move Split Common VPATH addition (qmk#4716)

Specifically, only add the split_common folder to COMMON_VPATH if the feature is eanbled, to prevent issues with compilation

0.6.219

Toggle 0.6.219's commit message
Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8…

…_t. (qmk#4747)

* Change rgblight_get_mode's return type to uint8_t.

Since rgblight_get_mode() is just returning rgblight_config_t.mode,
it should match rgblight_config_t.mode's type: uint8_t.

* Update rgb_matrix_get_mode to return uint8_t.

0.6.218

Toggle 0.6.218's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Register the interrupting keycode in the tap dance state struct

0.6.217

Toggle 0.6.217's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix leader processing

0.6.216

Toggle 0.6.216's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix Split Common Split_util.c typo

0.6.215

Toggle 0.6.215's commit message
Keep pressed keys on layer state change (fixes qmk#2053, qmk#2279) (q…

…mk#3905)

* Keep pressed keys on layer state change

* Add doc comment for clear_keyboard_but_mods_and_keys

* Keep pressed keys only if PREVENT_STUCK_MODIFIERS is on

* Check STRICT_LAYER_RELEASE instead of PREVENT_STUCK_MODIFIERS

0.6.214

Toggle 0.6.214's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Read user input properly in linux_install.sh for Gentoo (qmk#4395)

* Change spaces to tabs on two lines

The rest of the file uses tabs

* Read user input in a non-terrible, non-hacky way

* Remove unnecessary tee call

* read -p is not POSIX

* Add missing $ to echo GENTOO_WARNING

* Replace non-POSIX echo -n with printf

* Use cd ... || exit 1 in case git clone fails

* Add missing sudo

Thanks @snortwolf

* Undo replacing tee with >>

0.6.213

Toggle 0.6.213's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Improve diagnostics for build hashes