1.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.0 KiB
		
	
	
	
	
	
	
	
Dejvino's ErgoDone Keyboard Firmware
Setup
- Clone this repo in recursive mode (with submodules): git clone --recurse-submodules <url>
- Setup QMK (see docs)
- Install qmk helper: python3 -m pip install --user qmk
- Run the setup: qmk setup
 
- Install qmk helper: 
- Install Dejvino's keyboard layout: ln -s $(pwd)../keymap keyboards/ktec/ergodone/keymaps/dejvino
Compile
Run make build.
Flash
If you're not on Linux, download the TKG Toolkit flashing utility for your system manually, otherwise let make do it.
- Enter flashing mode
- Disconnect KBD
- Press and hold two top-right-most keys on the left-half KBD
- Connect KBD (LEDs will be blinking)
 
- Run make flash.
(see ErgoDone Readme for details)