]> git.donarmstrong.com Git - qmk_firmware.git/commit
General RGB matrix fixes (#2931)
authoryiancar <yiangosyiangou@cytanet.com.cy>
Thu, 10 May 2018 04:31:24 +0000 (05:31 +0100)
committerJack Humbert <jack.humb@gmail.com>
Thu, 10 May 2018 04:31:24 +0000 (00:31 -0400)
commitc89565cc3dda82642a0c6c839176602f05fc56f1
tree0dfd9c881bc91396b4854292ab8b047e7fc7c90d
parent03516d546009af0ca4d46989214c8153c70b0712
General RGB matrix fixes (#2931)

* 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

* General fixes for RGB_matrix

- Complited speed support for all effects
- Fixed raindrop effects to initialized after toggle
- Fixed raindrop effects to use all available LEDs
- Fixed effect step reverse function
- Moved RGB_MATRIX_SOLID_REACTIVE under correct flag

* Documentation update for RGBmatrix

* More doc updates
docs/feature_rgb_matrix.md
quantum/rgb_matrix.c
quantum/rgb_matrix.h