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 dd3d40de3b..bff4d0b280 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2234,6 +2234,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V3 JIS with default keymap.")) +(define-public qmk-firmware-keychron-v3-ansi-encoder-default + (make-qmk-firmware-keychron "keychron/v3/ansi_encoder" "default" + #:description + "This package provides the firmware for the Keychron V3 ANSI with default keymap and with an encoder.")) + (define-public firmware-senoko (package (name "firmware-senoko") |