mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: Add qmk-firmware-ergodox-ez-dvorak-emacs.
* gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-dvorak-emacs): New variable.
This commit is contained in:
parent
b78aab0739
commit
2aa497e23c
1 changed files with 9 additions and 0 deletions
|
@ -1479,6 +1479,15 @@ (define-public qmk-firmware-ergodox-ez-dvorak
|
|||
the @file{layouts/community/ergodox/dvorak/keymap.c} source file for the
|
||||
keymap definition."))
|
||||
|
||||
(define-public qmk-firmware-ergodox-ez-dvorak-emacs
|
||||
(make-qmk-firmware
|
||||
"ergodox_ez" "dvorak_emacs" #:description
|
||||
"This is a Dvorak-based keymap optimized for Emacs usage, with the
|
||||
frequently used Control and Meta (Alt) keys mapped to the thumb buttons. It
|
||||
contains a single extra layer that includes function and multimedia keys. A
|
||||
graphical representation of the keymap is available in the
|
||||
@file{layouts/community/ergodox/dvorak_emacs/readme.md} source file."))
|
||||
|
||||
(define-public qmk-udev-rules
|
||||
(package
|
||||
(inherit qmk-firmware-ergodox-ez-default)
|
||||
|
|
Loading…
Reference in a new issue