Tags: wdiazux/qmk_firmware
Tags
Add noeeprom speed function for RGBLIGHT (qmk#9706) * [Docs] Add Speed functions to RGB Light docs * Add noeeprom functions for speed * Fix wording in doc Co-authored-by: Ryan <[email protected]> Co-authored-by: Ryan <[email protected]>
Compiler warning when using WS2812 (qmk#9955) Specifically, when rgb matrix is enabled and using the ws2812 driver, and rgb light is enabled at the same time, print a message about coexistance because it can cause issues, since you cannot change pins/config for the WS2812 driver.
Issue 9942: Add LSA, RSA, RCS, LSA_T, RSA_T, and RCS_T (qmk#9943) * Issue 9942: Add Quantum defines Add codes to quantum_keycodes for LSA, RSA, RCS, and their corresponding _T macros * 9942: Add documentation for new defines Add documentation for new defines in feature request 9942. Also define SAGR and SAGR_T as aliases for RSA and RSA_T. * Update quantum/quantum_keycodes.h * Update docs/keycodes.md * Update docs/keycodes.md * Update docs/keycodes.md * Update docs/keycodes.md
[Bug] Fix Swap Hands bug introduced by OSH (qmk#9968) Fixes the handling for the oneshot cleanup, so it only cleans up if it is active. It should not cleanup of SHO is off (eg using a normal oneshot key), nor if it's actively pressed or used. Previous behavior BROKE swap hand key.
Add PR checklist document. (qmk#9913) * Add PR checklist document. * Update docs/pr_checklist.md Co-authored-by: James Young <[email protected]> * Apply suggestions from code review Co-authored-by: Ryan <[email protected]> * Reword the lower/raise/adjust suggestion somewhat for clarity. * Add suggestion from @Didel for coding conventions. Co-authored-by: James Young <[email protected]> Co-authored-by: Ryan <[email protected]>
Add Indicator flag for RGB Matrix (qmk#9933) * Add Indicator flag for RGB Matrix This adds a new flag for the RGB Matrix feature that lets you specify if the LED is an indicator LED, to be used to indicate the system state of the keyboard (eg caps/num/etc lock status, layer indication, modifer status, etc). * Better formatting of table
PreviousNext