Add Metakey Tenet 70 Support - #26348
Open
connorgallopo wants to merge 1 commit into
Open
Conversation
connorgallopo
force-pushed
the
metakey-tenet
branch
from
July 21, 2026 15:49
2401b1c to
16a34fb
Compare
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.
Description
Adds support for the Metakey Tenet 70 — a transformable (regular / southpaw) 70% keyboard.
This being my first contribution, and first time trying to reverse an existing keyboard... This was an absolute bear. The reversible ribbon connected 10 key daughter board (which also has the OLED screen) as well as the OLED functionality itself took me way longer than i'd like to admit to get working.
The OLED screen does not retain the factory screens (Time, Typing Cat, WPM, etc) and right now there is a keybind that on keyboard allows you to edit the text displayed and that is saved to memory. It ships default with "TENET QMK".
The other interesting thing is I believe this firmware has massively increased performance of this keyboard. I would always have rollover issues, issues with missed key presses (on random keys), other various quirks. I always had the sneaking suspicion it was how they manage the date/time, the wpm tracker, and the other animations. Cant say for certain, but I can say that i have had 0 issues since flashing with this!
Also a big win as MetaKey has pretty much abandoned the software suite that controlled the device and has not shipped any fw updates since launch.
Not sure how many there are out there, but I think this is a big win for Tenet users.
Hardware:
0x04000), soBOOTLOADER = customwith aPROGRAM_CMDthat calls an external flasherEverything lives under
keyboards/metakey/tenet/and ships adefaultkeymap. VIA support will be submitted separately to qmk_userspace_via, and the VIA definition to the-via/keyboards, per the PR checklist.Types of Changes
Issues Fixed or Closed by This PR
Checklist