]> git.donarmstrong.com Git - qmk_firmware.git/commit
add keyboards/mxss/rgblight.h from e661f1559:quantum/rgblight.h (#5461)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Sun, 24 Mar 2019 05:23:50 +0000 (14:23 +0900)
committerDrashna Jaelre <drashna@live.com>
Sun, 24 Mar 2019 05:23:50 +0000 (22:23 -0700)
commitbfc16765f423dccb9a4b81a3e62b7bb3df48252f
tree2b494b14fa7b323719f640080be63680a7e626f7
parent74e05f34515bdab146d0512ac4d3d57bc0116e95
add keyboards/mxss/rgblight.h from e661f1559:quantum/rgblight.h (#5461)

This PR is cherry-pick from 90b9a1aa7d8a in PR #5020.

@MxBlu copied quantum/rgblight.c to keyboards/mxss/rgblight.c on July 8, 2018. At that time, I think it would be better to copy quantum/rgblight.h at the same time.
Because if someone makes a change to `quantum/rgblight.[ch]` that is incompatible with the past, it may cause problems with the compilation of keyboards/mxss.
(Like when I changed the prototype of the `rgblight_effect_XXX()` functions of rgblight.c in PR #5020.)
keyboards/mxss/rgblight.h [new file with mode: 0644]