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 f9f634ab01..621ffd2212 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2294,6 +2294,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V6 ISO with default keymap.")) +(define-public qmk-firmware-keychron-v6-iso-encoder-default + (make-qmk-firmware-keychron "keychron/v6/iso_encoder" "default" + #:description + "This package provides the firmware for the Keychron V6 ISO with default keymap and with encoder.")) + (define-public firmware-senoko (package (name "firmware-senoko") |