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

[handwired/macroboard] Add rp2040 and update configuration #23022

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
[handwired/macroboard] Code review fixes
  • Loading branch information
Michal-Szczepaniak committed Jul 6, 2024
commit 80f7e9eae8a53524b01ef5ebbcf3014fa2a0bcb7
9 changes: 2 additions & 7 deletions keyboards/handwired/macroboard/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@
"device_version": "0.0.1"
},
"features": {
"audio": false,
"backlight": false,
"command": false,
"console": false,
"extrakey": true,
"nkro": true,
"rgblight": false
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
},
}
},
Michal-Szczepaniak marked this conversation as resolved.
Show resolved Hide resolved
"layouts": {
"LAYOUT_ortho_5x6": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/handwired/macroboard/rp2040/info.json
Michal-Szczepaniak marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"matrix_pins": {
"cols": ["GP28", "GP20", "GP22", "GP21", "GP17", "GP26"],
"rows": ["GP27", "GP18", "GP16", "GP19", "GP15"]
},
}
}