mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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:
parent
2aa497e23c
commit
f110992686
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue