From: fauxpark Date: Tue, 16 Jul 2019 06:05:07 +0000 (+1000) Subject: Remove lock LED example in quantum.c (#5636) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26bbf6a66a6c1f606a64acafec3afdf9d3ad7e96;p=qmk_firmware.git Remove lock LED example in quantum.c (#5636) * Use GPIO helper defines in backlighting * While I'm here, fix up the lock LED example too * Remove the example altogether, it's already documented --- diff --git a/quantum/quantum.c b/quantum/quantum.c index 6530738b7..44635fe3e 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -1581,23 +1581,6 @@ void led_init_ports(void) __attribute__ ((weak)) void led_set(uint8_t usb_led) { - - // Example LED Code - // - // // Using PE6 Caps Lock LED - // if (usb_led & (1<