Skip to content

Commit

Permalink
device: royalkludge-rk61 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Jan 4, 2024
1 parent fadbd58 commit a8ab437
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ sinowealth-kb-tool write \
| [Redragon K617 FIZZ 60%](https://www.redragonzone.com/collections/keyboard/products/redragon-k617-fizz-60-wired-rgb-gaming-keyboard-61-keys-compact-mechanical-keyboard) | 2d169670eae0d36eae8188562c1f66e8 | SH68F90A | BYK916 |||
| [Redragon K614 Anivia 60%](https://www.redragonzone.com/products/redragon-k614-anivia-60-ultra-thin-wired-mechanical-keyboard) | 2d169670eae0d36eae8188562c1f66e8 | SH68F90A | BYK916 |||
| Weikav Sugar65 | 2d169670eae0d36eae8188562c1f66e8 | SH68F90 | SH68F90S |||
| Xinmeng K916 | cfc8661da8c9d7e351b36c0a763426aa | SH68F90 ||||
| Royal Kludge RK61 | 3e0ebd0c440af5236d7ff8872343f85d | SH68F90? | BYK916 |||
| [Royal Kludge RK100](http://en.rkgaming.com/product/14/) | cfc8661da8c9d7e351b36c0a763426aa | SH68F90? | BYK916 |||
| Xinmeng K916 | cfc8661da8c9d7e351b36c0a763426aa | SH68F90 ||||
| Hykker X Range 2017 (RE-K70-BYK800) | 13df4ce2933f9654ffef80d6a3c27199 | SH68F881 | BYK801 |||
Expand Down
7 changes: 7 additions & 0 deletions src/part.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ pub const PART_GENESIS_THOR_300_RGB: Part = Part {
..PART_BASE_SH68F90
};

pub const PART_ROYALKLUDGE_RK61: Part = Part {
vendor_id: 0x258a,
product_id: 0x00c7,
..PART_BASE_SH68F90
};

pub const PART_ROYALKLUDGE_RK100: Part = Part {
vendor_id: 0x258a,
product_id: 0x0056,
Expand All @@ -117,6 +123,7 @@ pub static PARTS: Map<&'static str, Part> = phf_map! {
"terport-tr95" => PART_TERPORT_TR95,
"redragon-k617-fizz" => PART_REDRAGON_FIZZ_K617,
"redragon-k614-anivia" => PART_REDRAGON_ANIVIA_K614,
"royalkludge-rk61" => PART_ROYALKLUDGE_RK61,
"royalkludge-rk100" => PART_ROYALKLUDGE_RK100,
"genesis-thor-300" => PART_GENESIS_THOR_300,
"genesis-thor-300-rgb" => PART_GENESIS_THOR_300_RGB,
Expand Down

0 comments on commit a8ab437

Please sign in to comment.