gnu: Add qmk-firmware-ergodox-ez-dvorak-emacs-software.

* gnu/packages/firmware.scm
(qmk-firmware-ergodox-ez-dvorak-emacs-software): New variable.
This commit is contained in:
Maxim Cournoyer 2023-09-21 12:47:49 -04:00
parent 2aa497e23c
commit f110992686
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1488,6 +1488,14 @@ (define-public qmk-firmware-ergodox-ez-dvorak-emacs
graphical representation of the keymap is available in the
@file{layouts/community/ergodox/dvorak_emacs/readme.md} source file."))
(define-public qmk-firmware-ergodox-ez-dvorak-emacs-software
(make-qmk-firmware
"ergodox_ez" "dvorak_emacs_software" #:description
"This is the same layout as that of the
@code{qmk-firmware-ergodox-ez-dvorak-emacs}, but designed to be used with a
Dvorak-configured operating system (instead of a US QWERTY one, which is the
default assumption for QMK firmware keymaps)."))
(define-public qmk-udev-rules
(package
(inherit qmk-firmware-ergodox-ez-default)