Skip to content

ayaangrover/obsidian-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obsidian One: a 75% hotswappable mechanical keyboard

Overview

The PCB uses MX-style switches with PCB mounting and hotswap. The MCU(microcontroller - the device that tells the computer whenever you press a key) is a basic Pi Pico RP2040/RP2350.

Why I made it

My current keyboard(Keychron K6 from #pyramid-scheme) has no function key row, and requires an uncomfortable combo to pause music. To fix this, I made Obsidian One which has the extra row.

PCB

The PCB is in the /keyboard folder. Inside is the production folder, which includes the gerber file.

Firmware

KMK

In the /firmware/kmk folder, you'll find a CIRCUITPY folder showing exactly what your MCU should look like when you plug it in. First, flash micropython. You can find instructions on how to do that here. Then, eject, unplug, and reconnect the MCU. Once you're done, it should appear as a usb drive named CIRCUITPY. Now, replace the contents of the drive/mcu with the items in the /firmware/kmk/CIRCUITPY directory. Upon restarting(unplugging + reconnecting) the MCU, it should be functioning properly.

NOTE: This KMK firmware hasn't been tested. Flashing it to your microcontroller may cause damage or render it incapable of function. Use it at your own risk.

QMK

The QMK firmware was made with QMK Configurator. It made a .hex file and I used microsoft's uf2conv.py and uf2families.json to convert it to a .uf2 file, which can be flashed to the MCU. You can see it at /firmware/qmk.

NOTE: This QMK firmware hasn't been tested. Flashing it to your microcontroller may cause damage or render it incapable of function. Use it at your own risk.

Case

The case is available at ./case

BOM

Quantity Item Notes/Details Source
84x Kailh Hotswap Sockets https://www.aliexpress.us/item/3256804104247622.html?gatewayAdapt=glo2usa
84x MX-compatible switches MMD Princess Tactile 48gs Amazon - https://www.amazon.com/KPREPUBLIC-Princess-Tactile-Mechanical-Keyboard/dp/B0C533FYXJ?sr=8-1
84x Compatible keycaps Amazon
84x 1N4148 THT Diodes https://www.aliexpress.us/item/2255800939822415.html?gatewayAdapt=glo2usa
2x 2u, 1x 6.25u Stabilizers Cherry-style CannonKeys
1x Orpheus Pico Controller board Hack Club HQ
1x Case 3D-printed or purchased enclosure JLCPCB/#printing-legion
1x PCB Custom-designed for this project JLCPCB

Extra stuff for the BOM:

  • Solder

  • Soldering Iron

  • Flux as needed

Pictures:

CleanShot 2025-06-04 at 22 17 38

CleanShot 2025-05-09 at 12 09 41@2x

CleanShot 2025-05-09 at 12 36 32@2x

CleanShot 2025-05-09 at 12 40 01@2x

CleanShot 2025-10-25 at 07 35 13@2x

About

A hotswappable mechanical keyboard PCB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages