Add 1209/6767 Giris (Bohe Labs) - #1271
Open
dubnubdubnub wants to merge 2 commits into
Open
dubnubdubnub wants to merge 2 commits into
dubnubdubnub wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
dubnubdubnub
force-pushed
the
giris-6415
branch
from
September 26, 2026 00:52
f372075 to
2f2cc8c
Compare
This branch has not been deployed
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 a PID for Giris, an open-source split keyboard I'm building, and adding an org entry for Bohe Labs.
Source: https://github.com/dubnubdubnub/Giris
License: Apache-2.0 for firmware and tools, CERN-OHL-P v2 for hardware.
Each half uses 32 TMR2615F magnetic sensors and an AT32F405, so the firmware sees how far each key is pressed, not just on/off. Both halves run the same firmware and connect over USB-C. The firmware is written from scratch (Artery BSP + TinyUSB, not a QMK fork). It enumerates as a boot keyboard plus a raw HID interface for configuration.
KiCad schematics and layouts are in hw/TMR2615F_osu_pad/ and hw/giris/, firmware is in fw/, and the license files are LICENSE and hw/LICENSE.
Only one PID is needed. There's an optional XInput mode, but I bump bcdDevice for it rather than use a second PID, and the AT32 ROM bootloader has Artery's own VID.
6767 isn't in the tree and I didn't see it claimed in an open PR. Happy to take another number if it's gone. test/validate_pids.py passes.