Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 276 Bytes

Personal qmk keymaps

Setup

git clone -b <branch> https://github.com/esnahn/qmk_keymaps.git ~/qmk_firmware/keyboards/<keyboard>/keymaps/esnahn

Build

Run:

qmk compile -kb <keyboard> -km esnahn

or:

./compile

or, run build task qmk compile in vscode