Skip to content

Commit

Permalink
Fix USB PID
Browse files Browse the repository at this point in the history
  • Loading branch information
churipputori committed Jan 23, 2025
1 parent 653b75b commit 0d1e26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keyboards/keychron/k10/rgb/ansi/keyboard.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"keyboard_name": "Keychron K10",
"usb": {
"pid": "0x024F"
"pid": "0xFE12"
},
"layouts": {
"LAYOUT_ansi": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/k10/rgb/iso/keyboard.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"keyboard_name": "Keychron K10",
"usb": {
"pid": "0x0250"
"pid": "0xFE13"
},
"layouts": {
"LAYOUT_iso": {
Expand Down

0 comments on commit 0d1e26e

Please sign in to comment.