Add 1209/6415 Giris (Bohe Labs) - #1271
Open
dubnubdubnub wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requesting one PID for Giris, an open-source analog Hall-effect split keyboard, plus a new org entry for Bohe Labs.
What it is
Each half reads 32 TMR2615F magnetic sensors with an ArteryTek AT32F405, so key travel is measured in millimetres rather than switches being merely open or closed. The two halves run one firmware image and link over USB-C. Firmware is written from scratch on the Artery BSP with TinyUSB — not a QMK or libhmk fork — and presents a boot keyboard plus a vendor raw-HID interface for configuration and telemetry.
Sources are modifiable and reachable from the linked repo
The
siteandsourcelinks go to the repository root, from which:hw/TMR2615F_osu_pad/andhw/giris/hold KiCad schematics and PCB layout (.kicad_sch,.kicad_pcb) — editable sources, not PDFs or gerbersfw/holds the complete firmware, built with CMakeLICENSE(Apache-2.0) andhw/LICENSE(CERN-OHL-P v2) sit at the paths the README licence table links toOne PID
Only one is requested. The device has an optional XInput mode that changes its interface set, but that is handled by bumping
bcdDevicerather than by a second identity — which is what comparable keyboard firmwares do. No bootloader PID is needed either: the AT32F405 ROM bootloader enumerates under ArteryTek's own VID.6415is free in the merged tree and unclaimed across the currently open PRs. Happy to take a different number if it has been assigned in the meantime.test/validate_pids.pypasses locally.