-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(boards): Add glove80 nexus node for extension GPIO. (#2594)
Add generic extension nexus node for consistent GPIO access to the extension pins in a left/right agnostic way.
- Loading branch information
1 parent
76ee97e
commit fb359f5
Showing
4 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright (C) 2024 The ZMK Contributors | ||
# SPDX-License-Identifier: MIT | ||
|
||
description: | | ||
GPIO pins exposed on the Glove80 internal extension header. | ||
See https://docs.moergo.com/glove80-user-guide/appendix-more-customizations/ | ||
Both sides of the Glove80 split keyboard expose a set of 6 extra GPIO pins | ||
for customization, with different underlying nRF52 pins used on each side. | ||
This nexus node allows referencing the pins generically without being tied | ||
to a specific left/right side pin assignment. | ||
- GND VEXT - | ||
- VDDH EXT1 1 | ||
2 EXT2 EXT3 3 | ||
4 EXT4 EXT5 5 | ||
6 SWO_EXT6 RESET - | ||
- SWDCLK SWDIO - | ||
compatible: "moergo,glove80-ext" | ||
|
||
include: [gpio-nexus.yaml, base.yaml] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
zmk ZMK Project | ||
zmk ZMK Project | ||
moergo MoErgo |