]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix apparent typo in WhiteFox LED config
authorStephen Gelman <ssgelm@gmail.com>
Thu, 27 Dec 2018 07:15:58 +0000 (01:15 -0600)
committerskullydazed <skullydazed@users.noreply.github.com>
Sat, 29 Dec 2018 06:55:59 +0000 (22:55 -0800)
It seems the led_mask is set incorrectly on the WhiteFox meaning that
the LED at C9-1 (the space bar) doesn't get lit.  I can't see any reason
for this to be intentional so I am pretty sure it's a typo.  At the very
least it fixes the space bar LED for me.

keyboards/whitefox/board_is31fl3731c.h

index dea643f107c672741af21898434acd0f2404bef5..d59b2ff43a64a0001b88a5ae6605e3f7ea6ce3c3 100644 (file)
@@ -31,7 +31,7 @@ static const uint8_t led_mask[] = {
        0xFF, 0x00, /* C6-1 -> C6-16 */
        0xFF, 0x00, /* C7-1 -> C7-16 */
        0xFF, 0x00, /* C8-1 -> C8-16 */
-       0xFE, 0x00, /* C9-1 -> C9-16 */
+       0xFF, 0x00, /* C9-1 -> C9-16 */
 };
 
 // The address of the LED