From 8f0ec565f425039e75f5625fc3b34623f85a4558 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Mon, 16 Jul 2018 08:43:17 -0700 Subject: E6V2 LE Caps Lock LED Fix (#3419) --- keyboards/e6v2/le/le.c | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/keyboards/e6v2/le/le.c b/keyboards/e6v2/le/le.c index 9083352d4..b99a57bca 100644 --- a/keyboards/e6v2/le/le.c +++ b/keyboards/e6v2/le/le.c @@ -23,7 +23,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) { void led_set_kb(uint8_t usb_led) { // put your keyboard LED indicator (ex: Caps Lock LED) toggling code here - DDRB |= (1<<6); + DDRB |= (1<<7); if (usb_led & (1<