From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Mon, 16 Jul 2018 15:43:17 +0000 (-0700) Subject: E6V2 LE Caps Lock LED Fix (#3419) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f0ec565f425039e75f5625fc3b34623f85a4558;p=qmk_firmware.git E6V2 LE Caps Lock LED Fix (#3419) --- 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<