From 64715084b2698814fcdaeb578aed3a0d06f277d5 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Thu, 15 Dec 2022 09:56:30 +1100 Subject: Fixup build failures. (#19332) --- keyboards/exclusive/e6v2/oe/oe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/exclusive') diff --git a/keyboards/exclusive/e6v2/oe/oe.c b/keyboards/exclusive/e6v2/oe/oe.c index 2570bc101a..abff40c0b2 100644 --- a/keyboards/exclusive/e6v2/oe/oe.c +++ b/keyboards/exclusive/e6v2/oe/oe.c @@ -9,7 +9,7 @@ bool led_update_kb(led_t led_state) { bool res = led_update_user(led_state); if(res) { writePin(B2, !led_state.caps_lock); - writePin(B6, led_state == 0); + writePin(B6, led_state.raw == 0); } return res; } -- cgit v1.2.3