This is the keymap definition for my Nyquist V2. You can read about some aspects of it in this blogpost.
If you have Nix, you can easily build and flash the keyboard without needing any extra setup:
nix build
to compile and produce the firmware .hex file.nix run
to flash the firmware.
The keymap is currently configured to use EE_HANDS
.
If handedness is incorrect, follow the instructions there to flash the EEPROM.
- Install the QMK CLI.
- Clone https://github.com/qmk/qmk_firmware/, and run
qmk doctor
from the root directory to check your environment. You can also doqmk setup
, which should be equivalent. - Symlink this folder to
keyboards/keebio/nyquist/keymaps/custom
.
You can then build the firmware with either qmk compile -kb keebio/nyquist/v2 -km custom
or make keebio/nyquist/v2:custom
.
To flash, run qmk flash -kb keebio/nyquist/v2 -km custom
.
See Handedness by EEPROM for how to set up EE_HANDS
on the keyboard.