From: TerryMathews Date: Thu, 30 Jun 2016 02:33:09 +0000 (-0400) Subject: Fix CAPS_LED logic in Satan (#461) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fbf697b9ff2a2347bd9ecedfb86333e5a395c872;p=qmk_firmware.git Fix CAPS_LED logic in Satan (#461) Needed to invert for proper operation. Previous code had LED on when off and vice versa. --- diff --git a/keyboards/satan/satan.c b/keyboards/satan/satan.c index 1c515f55f..d2c5d5c20 100644 --- a/keyboards/satan/satan.c +++ b/keyboards/satan/satan.c @@ -22,9 +22,9 @@ void led_init_ports(void) { void led_set_kb(uint8_t usb_led) { if (usb_led & (1<