Skip to content

frisoft/keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Dactyl Manuform 4x5

Shopping list 1

3D Model

Install clojure

Using asdf

asdf plugin-add clojure https://github.com/halcyon/asdf-clojure.git
asdf install clojure 1.10.1
asdf global clojure 1.10.1
clojure

Install Leiningen

asdf plugin-add lein https://github.com/miorimmax/asdf-lein.git
asdf list-all lein
asdf global lein 2.9.1

Install OpenSCAD

wget -qO - https://files.openscad.org/OBS-Repository-Key.pub | sudo apt-key add -

sudo bash -c 'echo "deb https://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/ ./" > /etc/apt/sources.list.d/openscad.list'

sudo apt update

sudo apt install openscad-nightly

dactyl-manuform project

git clone https://github.com/abstracthat/dactyl-manuform.git
cd dactyl-manuform

Copy current "things"

cp -a things things-old
rm things/*

Follow instruction on https://github.com/abstracthat/dactyl-manuform in order to create the new files.

Flashing using the default QMK firmware

git clone from the QMK repository

Install dependencies + avrdude

sudo apt-get install avrdude

Install ModemManager.service

sudo systemctl stop ModemManager.service

Check that the pro micro is detected (not all USB cables work)

lsusb

Flash as root

sudo make handwired/dactyl_manuform/4x5:frisoft:avrdude

# when requested, reset connecting GND and RST pins

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published