summaryrefslogtreecommitdiff
path: root/keyboards/converter
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-12-15 09:56:30 +1100
committerGitHub <noreply@github.com>2022-12-15 09:56:30 +1100
commit64715084b2698814fcdaeb578aed3a0d06f277d5 (patch)
treebd76b8c0b59542a9c57923e187612147b54d3cb8 /keyboards/converter
parent2ea290f5b9d7435eb648646c9fa8c98b3fcbba56 (diff)
Fixup build failures. (#19332)
Diffstat (limited to 'keyboards/converter')
-rw-r--r--keyboards/converter/usb_usb/custom_matrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/converter/usb_usb/custom_matrix.cpp b/keyboards/converter/usb_usb/custom_matrix.cpp
index 1463f27b86..e94b6b07fb 100644
--- a/keyboards/converter/usb_usb/custom_matrix.cpp
+++ b/keyboards/converter/usb_usb/custom_matrix.cpp
@@ -234,6 +234,6 @@ extern "C" {
if (kbd3.isReady()) kbd3.SetReport(0, 0, 2, 0, 1, &usb_led);
if (kbd4.isReady()) kbd4.SetReport(0, 0, 2, 0, 1, &usb_led);
led_set_user(usb_led);
- led_update_kb((led_t)usb_led)
+ led_update_kb((led_t){.raw = usb_led});
}
}