diff options
| author | Joel Challis | 2024-06-22 10:10:58 +0200 |
|---|---|---|
| committer | GitHub | 2024-06-22 10:10:58 +0200 |
| commit | cb39df273de782be1145dc5184bfd47d823531d5 (patch) | |
| tree | 486d97664196d69a31617dcdbe21df261d3a6f1e /keyboards/sirius | |
| parent | 99aa4f5191ae0e120503385869b3b24baeaf223a (diff) | |
Remove deprecated `led_set_user` (#23979)
Diffstat (limited to 'keyboards/sirius')
| -rw-r--r-- | keyboards/sirius/unigo66/custom_matrix.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/sirius/unigo66/custom_matrix.cpp b/keyboards/sirius/unigo66/custom_matrix.cpp index 25648a5f78..879a0e7c15 100644 --- a/keyboards/sirius/unigo66/custom_matrix.cpp +++ b/keyboards/sirius/unigo66/custom_matrix.cpp @@ -216,7 +216,6 @@ extern "C" kbd2.SetReport(0, 0, 2, 0, 1, &usb_led); kbd3.SetReport(0, 0, 2, 0, 1, &usb_led); kbd4.SetReport(0, 0, 2, 0, 1, &usb_led); - led_set_user(usb_led); led_update_kb((led_t){.raw = usb_led}); } |