qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit feee0f5154465d925b0bada7f37b29167df4aab0
parent 96d3750483ba13755e9029d6ec78e8a411b63360
Author: vushthestampede <57708412+vushthestampede@users.noreply.github.com>
Date:   Mon, 15 May 2023 18:02:55 +0200

Update tg4x RGB LED count (#20955)


Diffstat:
Mkeyboards/tg4x/config.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/tg4x/config.h b/keyboards/tg4x/config.h @@ -37,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D2 #ifdef RGB_DI_PIN - #define RGBLED_NUM 6 + #define RGBLED_NUM 7 #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8