ZSA Keyboards

From NixOS Wiki
Jump to: navigation, search

Flashing

ZSA keyboards such as the Ergodox EZ, Moonlander, and Voyager can be flashed using the GUI app Keymapp. The ZSA udev rules can be set up automatically with the hardware.keyboard.zsa config option.

Breeze-text-x-plain.png
/etc/nixos/configuration.nix
hardware.keyboard.zsa.enable = true;


In addition, you can install Keymapp itself with:

Breeze-text-x-plain.png
/etc/nixos/configuration.nix
environment.systemPackages = with pkgs; [ keymapp ];