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

[Keyboard] Add archerkeyboard/desire65 #23776

Merged
merged 7 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Format json
  • Loading branch information
akyp committed Jul 5, 2024
commit 2bda83d29a80f7b8cae49bd30bdb5c9e72774178
6 changes: 3 additions & 3 deletions keyboards/archerkeyboard/desire65/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"manufacturer": "archerkeyboard",
"keyboard_name": "desire65",
"maintainer": "akyp",
"indicators": {
"caps_lock": "GP18"
},
"bootloader": "rp2040",
"diode_direction": "COL2ROW",
"features": {
Expand All @@ -14,6 +11,9 @@
"nkro": true,
"rgblight": true
},
"indicators": {
"caps_lock": "GP18"
},
"matrix_pins": {
"cols": ["GP21", "GP29", "GP1", "GP0", "GP15", "GP14", "GP13", "GP12", "GP11", "GP10", "GP9", "GP8", "GP2", "GP5", "GP4", "GP3"],
"rows": ["GP24", "GP25", "GP19", "GP16", "GP17"]
Expand Down
Loading