]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Wed, 9 May 2018 03:23:21 +0000 (04:23 +0100)
committerJack Humbert <jack.humb@gmail.com>
Wed, 9 May 2018 03:23:21 +0000 (23:23 -0400)
commitafacd42368e0dc7627a695508f15598b38429c63
tree8228c3f9974282e0f8f506bcce5489616ce3e684
parent23df5fb89a05ead778b25fe1e586e47df6209c6d
Add effect speed support for RGB Matrix *No EEPROM yet*  (#2922)

* Added Modular keyboards L,R and NUM

Created code modules for the 3 modules of the modular keyboard.
Original idea by MechboardsUK. Uses i2c implementation similar to lets
split

* Remove modular from master

This is to fix incorrect branching

* Add effect speed support for RGB Matrix *No eeprom yet*

Keycodes RGB_SPI and RGB_SPD have been added to increase and decrease effect speed.

Speed is not saved in EEPROM yet as per Jack's request.

* Update rgb_matrix.c

* RGB Matrix speed fix rgblight.h

* More fixes for rgb speed. Speed functions declared but not used in rgblight

* More travis fixes..

* Another one for travis..
docs/feature_rgb_matrix.md
quantum/quantum.c
quantum/quantum_keycodes.h
quantum/rgb.h
quantum/rgb_matrix.c
quantum/rgb_matrix.h
quantum/rgblight.c
quantum/rgblight.h