Skip to content

Commit

Permalink
device: machenike-k500-b61 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Mar 29, 2024
1 parent 0b589fb commit 92c9baf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ sinowealth-kb-tool write \
| [Genesis Thor 300 RGB](https://genesis-zone.com/product/thor-300-rgb-brown) | 2d169670eae0d36eae8188562c1f66e8 | SH68F90 | SH68F90S |||
| [Genesis Thor 300](https://genesis-zone.com/product/thor-300-outemu-blue) | e57490acebcaabfcff84a0ff013955d9 | SH68F881 | SH68F881W |||
| Hykker X Range 2017 (RE-K70-BYK800) | 13df4ce2933f9654ffef80d6a3c27199 | SH68F881 | BYK801 |||
| [Machenike K500-B61](https://global.machenike.com/products/k500-b61) | 2d169670eae0d36eae8188562c1f66e8 | SH68F90? | BYK916 |||
| [NuPhy Air60](https://nuphy.com/products/air60) | 3e0ebd0c440af5236d7ff8872343f85d | SH68F90A | BYK916 |||
| [NuPhy Air75](https://nuphy.com/products/air75) | 3e0ebd0c440af5236d7ff8872343f85d | SH68F90A | BYK916 |||
| [NuPhy Air96](https://nuphy.com/products/air96-wireless-mechanical-keyboard) | 3e0ebd0c440af5236d7ff8872343f85d | SH68F90A | BYK916 |||
Expand Down
7 changes: 7 additions & 0 deletions src/part.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,18 @@ pub const PART_GLORIOUS_MODEL_O: Part = Part {
..PART_BASE_SH68F90
};

pub const PART_MACHENIKE_K500_B61: Part = Part {
vendor_id: 0x258a,
product_id: 0x0049,
..PART_BASE_SH68F90
};

pub static PARTS: Map<&'static str, Part> = phf_map! {
"digitalalliance-meca-warrior-x" => PART_DIGITALALLIANCE_MECA_WARRIOR_X,
"genesis-thor-300-rgb" => PART_GENESIS_THOR_300_RGB,
"genesis-thor-300" => PART_GENESIS_THOR_300,
"glorious-model-o" => PART_GLORIOUS_MODEL_O,
"machenike-k500-b61" => PART_MACHENIKE_K500_B61,
"nuphy-air60" => PART_NUPHY_AIR60,
"nuphy-air75" => PART_NUPHY_AIR60, // same as nuphy-air60
"nuphy-air96" => PART_NUPHY_AIR60, // same as nuphy-air60
Expand Down

0 comments on commit 92c9baf

Please sign in to comment.