Full-size mechanical keyboard with USB-C and no lighting, inspired by the ONO-SENDAI MATRIX 83.
JayK Pro with more features can be found here.
I have not printed this PCB out yet, and I am not 100% certain the design works. Please print with discretion.
- TMK-based firmware
- Numpad on the left for comfort
- USB-C port for modernness
- No lighting for less complexity and lower cost
JSON files for these layouts can be found here and here, for editing in KLE.
- Microcontroller — Microchip's AT90USB1286
- USB-C Port — Amphenol's 12401610E4#2A
- Crystal — EPSON's FA-238
- Layout — Keyboard Layout Editor
- PCB — KiCad EDA
- Firmware
- Models — Plate & Case Builder
Clone this repository with:
git clone --recursive https://github.com/josuegaleas/JayK.git
Within KiCad, navigate to the PCB
folder and open JayK.pro
.
Using a grid size of 0.0234375
inches for editing the layout.
Firmware can be compiled using make
within the Firmware
folder.
Refer to this for dependencies and programming.