Skip to content

Hossein Naderi's Dactyl-Manuform handwired mechanical keyboard

License

AGPL-3.0, CC-BY-SA-4.0 licenses found

Licenses found

AGPL-3.0
LICENSE
CC-BY-SA-4.0
LICENSE-models
Notifications You must be signed in to change notification settings

hnaderi/dactyl-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b029103 · May 22, 2024

History

16 Commits
Apr 10, 2024
Apr 10, 2024
Nov 11, 2021
Nov 11, 2021
May 21, 2023
Nov 11, 2021
Jan 5, 2023
Jan 5, 2023
Jan 5, 2023
May 22, 2024
Aug 24, 2023
Nov 11, 2021

Hossein Naderi's keyboard

This is my customized mechanical keyboard based on markdhooper / CMD-dactyl-manuform which in turn is a fork of /carbonfet/dactyl-manuform which is a fork of the Dactyl-ManuForm. The Dactyl-Manuform is a fork of the Dactyl with the thumb cluster from ManuForm. Some features from the Dactyl Manuform Mini are kept along with new features added.

Build

Print parts

3D print parts from here

Print keycaps (optional)

You can also use any cherry style keycaps. I've configured and printed mine using openscad. you can create your own custom keycaps from here

Assemble

See here

Program

customize keyboard layout

as you like

build firmware

there are several ways to build:

  • use artifact from ci build (preferred way)
  • build config online at qmk online and download hex file.
  • run the ci script manually

uploading firmware

program each side using:

sudo sleep 5; sudo avrdude -p m32U4 -P /dev/ttyACM0 -c avr109 -U flash:w:handwired_dactyl_manuform_5x7_hnaderi.hex

then reset board using reset macro or from pin headers immediately.