]> git.donarmstrong.com Git - qmk_firmware.git/commit
Move Ergodox EZ RGB Light code to custom driver (#7309)
authorDrashna Jaelre <drashna@live.com>
Thu, 14 Nov 2019 20:00:51 +0000 (12:00 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 20:00:51 +0000 (12:00 -0800)
commit1cf63a193be50b14ecd33ee1c6eb5e470640e084
tree59b7f70cdd02f8ca767de9400499b9c86686ab91
parent8dc9764f31ce3326b2f5fd1a3bea216e86cf4734
Move Ergodox EZ RGB Light code to custom driver  (#7309)

* Move Ergodox EZ RGB code to custom driver

Also implements full addressing of Ergodox EZ's LED Strip, as written by seebs
Co-authored-by: Seebs <seebs@seebs.net>
* Make Clipping range accessible for custom drivers

* Remove RGBW_BB_TWI from driver and docs

* Revert changes to clipping range support

* Use just rgblight_set instead of full custom driver

* Convert to i2c_master commands

* Rename rgblight driver and clean up includes
drivers/avr/ws2812.c
keyboards/ergodox_ez/config.h
keyboards/ergodox_ez/led_i2c.c [new file with mode: 0644]
keyboards/ergodox_ez/post_config.h [new file with mode: 0644]
keyboards/ergodox_ez/rules.mk