mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add qmk-firmware-ergodox-ez-dvorak.
* gnu/packages/firmware.scm (qmk-firmware-ergodox-ez-dvorak): New variable.
This commit is contained in:
parent
75cb7e1866
commit
b78aab0739
1 changed files with 8 additions and 0 deletions
|
@ -1471,6 +1471,14 @@ normally. It defines 10 layers:
|
||||||
The complete keymap can be inspected at the ErgoDox EZ Configurator web site:
|
The complete keymap can be inspected at the ErgoDox EZ Configurator web site:
|
||||||
@url{https://configure.ergodox-ez.com/ergodox-ez/layouts/Wadz/latest/0}."))
|
@url{https://configure.ergodox-ez.com/ergodox-ez/layouts/Wadz/latest/0}."))
|
||||||
|
|
||||||
|
(define-public qmk-firmware-ergodox-ez-dvorak
|
||||||
|
(make-qmk-firmware
|
||||||
|
"ergodox_ez" "dvorak" #:description
|
||||||
|
"This is a rather plain Dvorak layout for the ErgoDox EZ, containing
|
||||||
|
function and symbols on layer 1 and media and and mouse keys on layer 2. See
|
||||||
|
the @file{layouts/community/ergodox/dvorak/keymap.c} source file for the
|
||||||
|
keymap definition."))
|
||||||
|
|
||||||
(define-public qmk-udev-rules
|
(define-public qmk-udev-rules
|
||||||
(package
|
(package
|
||||||
(inherit qmk-firmware-ergodox-ez-default)
|
(inherit qmk-firmware-ergodox-ez-default)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue