Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ornata V3 #744

Open
nortc opened this issue Jan 3, 2023 · 6 comments
Open

Support Ornata V3 #744

nortc opened this issue Jan 3, 2023 · 6 comments

Comments

@nortc
Copy link

nortc commented Jan 3, 2023

Please add support for Ornata V3

Name: Ornata V3
Product Number: RZ03-04460400-R3G1
Model Number: RZ03-0446

@adnetag
Copy link

adnetag commented Jan 5, 2023

+1 to that
I've tried the Synapse 2.0 for Mac M1, but they keyboard is not discovered upon plugin.
Trying here now.

@MateoWartelle
Copy link

Please add support for Ornata V3

Name: Ornata V3

Product Number: RZ03-04460400-R3G1

Model Number: RZ03-0446

what is the USB VID:PID ?

@MateoWartelle
Copy link

nevermind check pulls

#698

@adnetag
Copy link

adnetag commented Jan 10, 2023

        Razer Ornata V3:

          Product ID: 0x028f
          Vendor ID: 0x1532
          Version: 2.00
          Speed: Up to 12 Mb/s
          Manufacturer: Razer
          Location ID: 0x03220000 / 11

@bogdanfinn
Copy link

would be awesome if the above mentioned PR can be merged and a new release can be created <3

@bogdanfinn
Copy link

After looking at the above mentioned PR and a long evening of debugging and reading through various repositories i was able to find out that my razer ornata v3 keyboard has the productId 0x02A1 and not the productId as mentioned above.
Therefore just checking out the changeset of the PR and building it did not do the trick for me.

Just in case someone else stumbles upon this issue:

  1. Get the DeviceId of your Keyboard https://github.com/openrazer/openrazer#determining-the-device-id
  2. Adjust the Code from the above mentioned changeset (also the files in the submodule): https://github.com/1kc/razer-macos/pull/698/files
  3. Rebuild the submodule (Run make and verify the keyboard can be found via the sample cli command)
librazermacos on  master [!] 
➜ ./sample_cli 
1 Razer device(s) found:
0x02a1

  1. Build this project via yarn

Bildschirmfoto 2023-03-13 um 23 49 27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants