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

Add support for Altair #23878

Merged
merged 14 commits into from
Jun 14, 2024
Merged
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
  • Loading branch information
ai03-2725 and drashna authored Jun 10, 2024
commit b529e4456fa1ca47a6dfdae920a60e0e3a67629d
4 changes: 0 additions & 4 deletions keyboards/ai03/altair/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

#pragma once


/* Split hand pin for handedness detection */
#define SPLIT_HAND_PIN GP8

/* VBUS-routed pin for upstream detection */
#define USB_VBUS_PIN GP0

Expand Down
3 changes: 3 additions & 0 deletions keyboards/ai03/altair/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"matrix": [5, 0]
},
"enabled": true,
"handedness": {
"pin": "GP8"
},
"matrix_pins": {
ai03-2725 marked this conversation as resolved.
Show resolved Hide resolved
"right": {
"cols": ["GP15", "GP21", "GP9", "GP13", "GP10", "GP11", "GP12"],
Expand Down
Loading