OpenRazer, an open-source driver and daemon for Razer devices on Linux, has been released in version v3.12.4.
This is a bugfix release addressing compilation compatibility issues.
- Replace strncpy() usages with strscpy() in the driver
- Adjust for more backports of hid_report_raw_event() change in razerkbd
Resolves a compile issue with Linux 7.2-rc1+ and expands the compile guard for the
hid_report_raw_event()function to cover stable releases between version 5.10 and 6.12.

Source: GitHub