diff options
-rw-r--r-- | gnu/packages/firmware.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 6b1e1a81d4..805e6259db 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2264,6 +2264,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V5 ANSI with default keymap.")) +(define-public qmk-firmware-keychron-v5-ansi-encoder-default + (make-qmk-firmware-keychron "keychron/v5/ansi_encoder" "default" + #:description + "This package provides the firmware for the Keychron V5 ANSI with default keymap and with encoder.")) + (define-public firmware-senoko (package (name "firmware-senoko") |