Hardware and docs get CC BY-NC-SA 4.0 - build it, change it, share changes,
no commercial products. Firmware has to be GPL-2.0 because it derives from
QMK, and the GPL forbids adding a NonCommercial restriction, so that half
permits commercial use whether we like it or not.
LICENSE.md records both, plus the two honest caveats: NC means this is not
open source by the OSI or OSHWA definitions, and NonCommercial is a vague
term whose enforcement falls on the copyright holder.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The SVGs relied on stylesheet classes supplied by the tool that rendered them
- outside it they were black boxes with invisible text. Each now carries its
own <style> block with light and dark palettes.
Also regenerates the overview, which still showed the old row-staggered 36/39
halves, and adds a licence section: nothing is chosen yet, so default
copyright applies.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Resolves the ragged outer edge on both halves at once. Left drops to 34 keys
in six columns each five deep, with no orphans. Right goes to 41: six full
columns, then F12/=/]/Enter, then Bksp and backslash sharing the outer pinky
column instead of backslash sitting alone two columns out.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Six clean finger columns then an outer pinky edge carrying Bksp, ] and Enter,
with backslash alone in an eighth column. Documents why the artifact exists -
the number row and alpha rows are cut half a unit apart - and the three ways
to resolve it. Also flags the right thumb being asked to cover five keys.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Same 36 keys, columns offset for finger length, spacebar broken into four
stepped thumb keys. Comes out ~7u wide instead of 8.5u because the function
row loses the 104's arbitrary gaps.
Also records the tenting dependency: hardware is CAD, but mounting holes are
PCB and need a case scheme chosen before routing.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Labelled layouts for both halves, and the overview redrawn from the real
shapes rather than a placeholder ergo core. The 36/39 asymmetry means the two
halves are separate board designs, not one file mirrored - README and BOM
updated to match.
100 of the 104 positions now have a physical key; only Insert, PrtSc, ScrLk
and Pause need a layer.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
All three boards at the same key spacing. Halves are a placeholder 6x4 plus
three thumbs, shown for scale only - that layout is still the open decision.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Six by five. Arrows on the outer column, PgUp/PgDn beside them, no Num key.
The scroll wheel is dropped - no good physical implementation - which also
removes the pointing-device path from the firmware entirely, frees a USB
endpoint, and retires the detentless-EC11 sourcing risk. The freed 2u at the
top takes a single volume encoder with room for a full-size knob.
BOM: diodes and sockets 26 -> 25, encoders 2 -> 1.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
st.com blocks scripted download and its CSP blocks a browser-side fetch from
leaving the page, so this came from a mirror and is Rev 1 (preliminary, 65pp).
Verified it is the right document and that the LQFP48 pinout and every pin the
swap depends on are present. Flagged in the README as unsuitable for electrical
figures - pull the current Rev 20 by hand for those.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
CH32L103 datasheet and reference manual, plus the CH334/335 hub datasheet.
Documents/README.md notes which section of each was load-bearing, and flags
the missing STM32F103C8T6 datasheet needed for the pin-number overlay.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Two mirrored halves plus a numpad that carries the USB hub. Captures the
architecture decisions and the reasoning behind them: CH32L103 with an
STM32F103 pin-compatible escape hatch, split protocol tunnelled over USB-C
SBU through the numpad, hotswap sockets bottom-side, and why crystal-less
USB was ruled out across the whole WCH catalogue.
No boards ordered, no firmware written. Layout still undesigned.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>