/ergodox-keymap

My ErgoDox keymap

Primary LanguageC

my ergodox keymap

Steps to compile:

  1. Make sure you've set up your environment per the QMK docs so compilation would actually work.
  2. Clone down the QMK Firmware into the project directory with:
git clone git@github.com:zsa/qmk_firmware.git
  1. Build submodules for the QMK firmware.
cd qmk_firmware
make git-submodule
cd ..