diff options
Diffstat (limited to 'gnu/packages/firmware.scm')
-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 7a69382a3c..4aa6e243ba 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2319,6 +2319,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V8 ANSI with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-v8-iso-default + (make-qmk-firmware-keychron "keychron/v8/iso" "default" + #:description + "This package provides the firmware for the Keychron V8 ISO with default keymap.")) + (define-public firmware-senoko (package (name "firmware-senoko") |