Cornix - Split Low-Profile Split Ergonomic Keyboard
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap'); .ozo-cornix{ --bg:#0d0e11; --surface:#15171d; --surface-2:#1b1e26; --line:r gba(255,255,255,.08); --line-strong:rgba(255,255,255,.16); --ink:#f3f4f6; --muted:#9aa1ad; --faint:#6c727d; --accent:#ff7d3b; /* anodized orange */ --accent-soft:rgba(255,125,59,.14); --steel:#7fb4d6; --radius:16px; --maxw:1080px; all:unset; display:block; box-sizing:border-box; width:100%; background: radial-gradient(1100px 600px at 18% -10%, rgba(255,125,59,.10), transparent 60%), radial-gradient(900px 600px at 100% 0%, rgba(127,180,214,.08), transparent 55%), var(--bg); color:var(--ink); font-family:"Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; line-height:1.65; font-size:16px; -webkit-font-smoothing:antialiased; padding:clamp(28px,5vw,72px) clamp(18px,4vw,40px); } .ozo-cornix *,.ozo-cornix *::before,.ozo-cornix *::after{box-sizing:border-box;} .ozo-cornix .wrap{max-width:var(--maxw);margin:0 auto;} /* ---- shared type ---- */ .ozo-cornix h1,.ozo-cornix h2,.ozo-cornix h3,.ozo-cornix h4{margin:0;font-weight:600;letter-spacing:-.02em;line-height:1.1;color:var(--ink);} .ozo-cornix p{margin:0;color:var(--muted);} .ozo-cornix .eyebrow{ font-family:ui-monospace, SFMono-Regular, Menlo, monospace; font-size:.72rem;letter-spacing:.22em;text-transform:uppercase; color:var(--accent);margin:0 0 14px;display:inline-flex;align-items:center;gap:10px; } .ozo-cornix .eyebrow::before{content:"";width:26px;height:1px;background:var(--accent);opacity:.6;} /* ---- section rhythm ---- */ .ozo-cornix .blk{margin-top:clamp(48px,7vw,96px);} .ozo-cornix .blk-head{max-width:680px;margin-bottom:34px;} .ozo-cornix .blk-head h2{font-size:clamp(1.5rem,3.4vw,2.1rem);} .ozo-cornix .blk-head p{margin-top:14px;font-size:1.02rem;} /* ---- HERO ---- */ .ozo-cornix .hero{position:relative;} .ozo-cornix .hero h1{font-size:clamp(2.3rem,6.4vw,4rem);font-weight:700;} .ozo-cornix .hero .sub{ margin-top:18px;font-size:clamp(1.05rem,2.2vw,1.3rem);font-weight:500; color:var(--ink);max-width:680px;line-height:1.4; } .ozo-cornix .hero .lede{margin-top:22px;max-width:660px;font-size:1.02rem;} .ozo-cornix .chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;} .ozo-cornix .chip{ display:inline-flex;align-items:baseline;gap:8px; padding:10px 16px;border:1px solid var(--line);border-radius:999px; background:var(--surface);font-size:.9rem;color:var(--ink); } .ozo-cornix .chip b{font-size:1.05rem;color:var(--accent);font-weight:700;} .ozo-cornix .chip span{color:var(--muted);font-size:.82rem;} /* ---- generic card grid ---- */ .ozo-cornix .grid{display:grid;gap:16px;} .ozo-cornix .g3{grid-template-columns:repeat(3,1fr);} .ozo-cornix .g2{grid-template-columns:repeat(2,1fr);} .ozo-cornix .card{ background:var(--surface);border:1px solid var(--line);border-radius:var(--radius); padding:26px;transition:border-color .25s ease, transform .25s ease, background .25s ease; } .ozo-cornix .card:hover{border-color:var(--line-strong);background:var(--surface-2);transform:translateY(-2px);} .ozo-cornix .card h4{font-size:1.08rem;margin-bottom:10px;} .ozo-cornix .card p{font-size:.95rem;} .ozo-cornix .card .ic{ width:34px;height:34px;border-radius:9px;display:grid;place-items:center;margin-bottom:16px; background:var(--accent-soft);color:var(--accent); font-family:ui-monospace,monospace;font-weight:700;font-size:.95rem; } /* ---- tenting angle showcase (signature element) ---- */ .ozo-cornix .angles{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;} .ozo-cornix .angle{ background:linear-gradient(180deg,var(--surface-2),var(--surface)); border:1px solid var(--line);border-radius:var(--radius);padding:24px 20px;text-align:center; transition:border-color .25s ease,transform .25s ease; } .ozo-cornix .angle:hover{border-color:var(--accent);transform:translateY(-3px);} .ozo-cornix .angle svg{display:block;margin:0 auto 16px;} .ozo-cornix .angle .deg{font-size:1.9rem;font-weight:700;letter-spacing:-.03em;} .ozo-cornix .angle .nm{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-top:4px;font-family:ui-monospace,monospace;} .ozo-cornix .angle .ds{font-size:.85rem;color:var(--muted);margin-top:12px;line-height:1.5;} /* ---- colours ---- */ .ozo-cornix .swatches{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;} .ozo-cornix .sw{ border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface); transition:border-color .25s ease,transform .25s ease; } .ozo-cornix .sw:hover{border-color:var(--line-strong);transform:translateY(-2px);} .ozo-cornix .sw .chip-fill{height:120px;} .ozo-cornix .sw .nm{padding:16px 18px;font-weight:600;font-size:.98rem;} .ozo-cornix .sw .nm small{display:block;color:var(--faint);font-weight:400;font-size:.78rem;margin-top:2px;font-family:ui-monospace,monospace;} .ozo-cornix .fill-silver{background:linear-gradient(135deg,#cfd2d6,#9ea2a8 55%,#d7dade);} .ozo-cornix .fill-black{background:linear-gradient(135deg,#2a2c31,#0e0f12 60%,#33363c);} .ozo-cornix .fill-orange{background:linear-gradient(135deg,#ff9a52,#e35a16 60%,#ff8a3d);} /* ---- spec table ---- */ .ozo-cornix .specs{ border:1px solid var(--line);border-radius:var(--radius);overflow:hidden; display:grid;grid-template-columns:repeat(2,1fr);background:var(--line);gap:1px; } .ozo-cornix .spec{background:var(--surface);padding:20px 22px;} .ozo-cornix .spec dt{ font-family:ui-monospace,monospace;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase; color:var(--faint);margin-bottom:7px; } .ozo-cornix .spec dd{margin:0;font-size:.98rem;color:var(--ink);font-weight:500;line-height:1.4;} /* ---- included list ---- */ .ozo-cornix .incl{ background:var(--surface);border:1px solid var(--line);border-radius:var(--radius); padding:clamp(26px,4vw,40px); } .ozo-cornix .incl ul{list-style:none;margin:22px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px 28px;} .ozo-cornix .incl li{position:relative;padding-left:26px;color:var(--ink);font-size:.96rem;} .ozo-cornix .incl li::before{ content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:2px; background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft); } /* ---- pre-order callout ---- */ .ozo-cornix .preorder{ border:1px solid var(--accent);border-radius:var(--radius); background:linear-gradient(180deg,rgba(255,125,59,.10),rgba(255,125,59,.02)); padding:clamp(26px,4vw,38px); } .ozo-cornix .preorder .tag{ display:inline-block;font-family:ui-monospace,monospace;font-size:.72rem;letter-spacing:.18em; text-transform:uppercase;color:var(--accent);border:1px solid var(--accent); border-radius:999px;padding:5px 12px;margin-bottom:16px; } .ozo-cornix .preorder h3{font-size:1.3rem;} .ozo-cornix .preorder p{margin-top:12px;color:var(--ink);} /* ---- closing ---- */ .ozo-cornix .closing p{font-size:1.02rem;margin-top:16px;line-height:1.75;} .ozo-cornix .closing p:first-child{margin-top:0;} /* ---- responsive ---- */ @media (max-width:860px){ .ozo-cornix .angles{grid-template-columns:repeat(2,1fr);} } @media (max-width:680px){ .ozo-cornix .g3,.ozo-cornix .g2,.ozo-cornix .swatches,.ozo-cornix .specs,.ozo-cornix .incl ul{grid-template-columns:1fr;} } @media (prefers-reduced-motion:reduce){ .ozo-cornix *{transition:none !important;} } .ozo-cornix a:focus-visible,.ozo-cornix .angle:focus-visible,.ozo-cornix .card:focus-visible{ outline:2px solid var(--accent);outline-offset:3px; } Jezail · 2025 Split Ergonomic Cornix LP A low-profile split keyboard with tool-free adjustable tenting and a CNC aluminium body — the Corne layout, refined. Built around the columnar Corne layout, the Cornix LP separates into two independent halves you can place at shoulder width and tent to a neutral wrist angle. Kailh low-profile switches keep finger travel short; machined 6063 aluminium keeps the whole thing solid. Ships pre-built and ready to type. 42keys · 3×6 + thumbs 4tenting angles 650mAhper half Hot-swapChoc V1 & V2 VIA / VIALfully remappable Why split Designed around your hands, not the desk Traditional keyboards force your wrists inward and flat. Two independent halves with adjustable tenting let you set a neutral, shoulder-width posture for long typing sessions. ↦ Natural hand position Place each half at shoulder width to keep wrists straight and open the chest, instead of hunching toward a single slab. ∡ Tool-free tenting Tilt each half to one of four angles to bring your wrists into a more neutral plane. No screwdriver, no disassembly. ⌄ Low-profile travel Kailh Choc-height switches sit close to the desk, cutting finger travel and the fatigue that builds over a full day. ⊞ Columnar stagger The 3×6 column layout follows natural finger lengths, so each finger moves straight up and down rather than reaching diagonally. ⇲ Thumb cluster A dedicated thumb cluster takes modifiers and layers off your pinkies — the keys that take the most strain on a normal board. ◇ 40% muscle memory The refined layout keeps the Corne's familiar 40% feel, so the move from a compact board is short rather than a full relearn. Adjustable tenting Four angles, set by hand in seconds Start gentle while you adjust to a split layout, then dial in more tilt as it becomes comfortable. The mechanism locks firmly at each step for a stable typing platform. 6° Easing in A subtle slope for your first weeks on a split board. 12° Everyday A comfortable default most typists settle on. 18° Aligned Stronger wrist alignment for daily ergonomic use. 24° Maximum The most aggressive tilt for a near-vertical posture. Finish Machined 6063 aluminium, anodised Each case is CNC-machined, sandblasted and anodised for a fine matte texture that resists fingerprints and wear. Glacier Silveranodised 6063 Meteor Blackanodised 6063 Orangeanodised 6063 Specifications The details Layout Corne-based split · 42 keys (3×6 + thumb cluster) Profile Low profile, ultra-thin Construction CNC 6063 aluminium · sandblasted + anodised Tenting Tool-free adjustable · 6° / 12° / 18° / 24° Plate FR4 — balanced flex and durability Switches Kailh Spring Mini low-profile (pre-installed) Switch compatibility Hot-swap · Kailh Choc V1 & V2 Keycaps LAK PBT dye-sub + 4 novelty caps Connectivity USB-C wired + Bluetooth wireless Battery 650mAh per half Firmware VIA / VIAL — fully remappable, macros & layers Build Pre-built only — ready to type out of the box In the box Everything to start typing Cornix LP keyboard — both halves Kailh Spring Mini switches (pre-installed) LAK PBT keycaps 4 bonus novelty keycaps 4 spare Kailh Spring Mini switches 650mAh batteries (pre-installed) 2× USB-C cables Keycap puller Tenting adjustment hardware User manual & quick-start guide Made for Who the Cornix LP suits Developers Put every symbol and shortcut on a custom layer with VIA/VIAL, and move modifiers to the thumbs to spare your pinkies during long sessions. Writers Adjustable tenting and short low-profile travel keep typing comfortable through marathon drafting, with custom layers for formatting commands. Anyone managing wrist comfort A split body and four tenting angles let you find a posture that keeps wrists, forearms and shoulders in a more neutral, relaxed position. Ortholinear enthusiasts The refined Corne layout in machined aluminium — the comfort of a 40% board without settling for a 3D-printed case. Pre-order · Batch 5 Limited stock, shipping now A small quantity is in stock for this batch and ships as soon as possible. Quantities per colour are limited — order now to secure your finish. In short The Corne, properly built Most split keyboards ask you to print your own case and solder your own switches. The Cornix LP arrives machined from aluminium, hot-swap ready, and tuned to type — with tenting you can adjust by hand and a layout that keeps the familiar 40% feel. Whether you're optimising a development workflow, writing all day, or just looking after your wrists, the Cornix LP brings enthusiast build quality to an ergonomic format that usually only comes as a DIY kit.
More you might like
Related
Corne Choc Wireless Split Keyboard – Low Profile Ergonomic M
Related
Corne Choc V2 Wireless Split Keyboard – Low Profile Ergonomi
Related
Awekeys Corne V4.1 LP MX/CHOC Split Ergonomic Low Profile Ke
Related