]> git.donarmstrong.com Git - qmk_firmware.git/commit
Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGB
authorLuiz Ribeiro <luizribeiro@gmail.com>
Sun, 11 Jun 2017 16:28:04 +0000 (12:28 -0400)
committerLuiz Ribeiro <luizribeiro@gmail.com>
Sun, 11 Jun 2017 16:30:48 +0000 (12:30 -0400)
commit60153e7bbc51e62c329cd55ea026340940c88104
tree1d793c5d742097bf76f3ba17635db3a979248eeb
parent945f2f591649f1478ac0c24ca52950b7499f3eb5
Always send 3 * RGBLED_NUM bytes through I2C on ps2avrGB

This wasn't going to work on boards with a different number of LEDs,
since I was always sending 48 bytes.
keyboards/ps2avrGB/ps2avrGB.c