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

qwertykeys QK65, QK75, QK100 #54

Open
trwbox opened this issue Jul 20, 2024 · 1 comment
Open

qwertykeys QK65, QK75, QK100 #54

trwbox opened this issue Jul 20, 2024 · 1 comment

Comments

@trwbox
Copy link

trwbox commented Jul 20, 2024

Looking at the mac firmware updater, the updater that works for the QK65, QK75, and QK100 firmware has this info in the plist files, describing using the SN32F26 chips in them.

https://www.qwertykeys.com/pages/fw

	<key>ISPChipName</key>
	<string>SN32F26x</string>
	<key>ISPDeviceInfo</key>
	<array>
		<dict>
			<key>pid</key>
			<string>0x7010</string>
			<key>vid</key>
			<string>0x0c45</string>
		</dict>
		<dict>
			<key>pid</key>
			<string>0x8016</string>
			<key>vid</key>
			<string>0x0c45</string>
		</dict>
	</array>
@dexter93
Copy link
Contributor

nice find. Looks like sn32f29x is actually used on

  • QK100 trimode
  • QK65 rev2
  • QK75N

and sn32f26x on

  • QK65 trimode
  • QK80 trimode
  • Cub65 trimode

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

2 participants