diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:57:28 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:05 +0100 |
commit | 85557feb4d9a73666f1afbe10ecc9ffa9c65a135 (patch) | |
tree | 88dca5a16c1dbcf1cac8c751059c18eaaaa1f2d4 /gnu/packages/firmware.scm | |
parent | 92bf4a560236d3288d1fdbd0437385792bb1bdfc (diff) |
gnu: Add qmk-firmware-keychron-v8-iso-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v8-iso-default):
New variable.
Change-Id: I4c9f79edf79e99b55a7a0c154103a6f90fe88972
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") |