z3ntu / RazerGenie

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

Firefly V2 custom Editor #151

Closed ChalicerK closed 1 year ago

ChalicerK commented 1 year ago

Hi, the custom editor for the Firefly V2 shows the following: image

looking at the lights it should be like this: image

Thanks

z3ntu commented 1 year ago

image

Please test #152 to verify :)

ChalicerK commented 1 year ago

Hi, has been a while. I tried to figure out how to test branches. My idea was to use pamac to build the git version and then change the build script from ('git+https://github.com/z3ntu/RazerGenie.git') to ('~/repos/RazerGenie') where I had cloned the firefly_v2_layout branch into ... it did not work. I was looking at the documentation of pamac but it only is talking about basics - https://wiki.manjaro.org/index.php?title=Pamac

Is the idea to use meson to build it locally without the help of pamac? Or is there an easier/smarter way.

ChalicerK commented 1 year ago

mhhh some success ... 'git+https://github.com/z3ntu/RazerGenie.git#branch=firefly_v2_layout' at least did not fail. It tells me the razermousepad19.json is not found ... grafik But it might be my fault ... because I was building it incorrect

ChalicerK commented 1 year ago

I copied the the file to /usr/share/razergenie/matrix_layouts by hand - after the file was there I can confirm it's working :)

z3ntu commented 1 year ago

Thanks for trying! It wasn't your fault it didn't work ootb, I forgot to add the new json file to the build script. Just fixed that :)