]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add support for RGB LEDs wired directly to each half's controller (#5392)
authorDanny <nooges@users.noreply.github.com>
Sun, 24 Mar 2019 00:20:14 +0000 (20:20 -0400)
committerDrashna Jaelre <drashna@live.com>
Sun, 24 Mar 2019 00:20:14 +0000 (17:20 -0700)
commitf077204fae729e66f8dfa16db82263ff2ff84d59
treedbd23687e838271e9f90b7dab25b0312745eb5e3
parent23086808a78c9234232e2ddbf0c977d1fb2cb6ae
Add support for RGB LEDs wired directly to each half's controller (#5392)

* Add support for wiring RGB LEDs for both halves directly to their respective controllers

RGB LEDs for each half don't need to be chained together across the TRRS cable with this

* Add split RGB LED support for serial

* Update config/rules for bakingpy layout

* Un-nest ifdefs for hand detection

* Read RGB config state from memory instead of EEPROM for serial updates

* Reuse existing LED pointer instead of creating new one
docs/config_options.md
docs/feature_rgblight.md
keyboards/keebio/iris/rev3/config.h
keyboards/keebio/nyquist/rev3/config.h
layouts/community/ortho_4x12/bakingpy/config.h
layouts/community/ortho_4x12/bakingpy/rules.mk
quantum/rgblight.c
quantum/rgblight.h
quantum/split_common/split_util.c
quantum/split_common/transport.c