z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
378 stars 35 forks source link

Razer BlackWidow Classic unable to see Custom Editor Button #17

Closed alcomposer closed 6 years ago

alcomposer commented 6 years ago

Installed RazerGenie on Arch Linux, I am unable to see Custom Editor button when device is selected. Changing logo brigtness with slider works.

razergenie_no_editor

z3ntu commented 6 years ago

That device does not support setting a custom value per key. Nothing I can do about that unfortunately

alcomposer commented 6 years ago

Thanks @z3ntu. I couldn't find any information regarding models and capabilities. (Apart from driver working or not). Is there a documentation page which lists which models do support custom values etc?

z3ntu commented 6 years ago

Not exactly but you can go through either the daemon source (Ctrl+F for METHODS = in one of the files in https://github.com/openrazer/openrazer/tree/master/daemon/openrazer_daemon/hardware (except device_base.py and __init__.py) or in the driver source (look for the section with a bunch of CREATE_DEVICE_FILE statements in the *.c files in https://github.com/openrazer/openrazer/tree/master/driver and find the case statement for your device). Searching in the daemon code is easier :wink: