dannym pushed a commit to branch master
in repository guix.
commit 9db1670f69ea5368be31ae9d5cc0aebe3ab367db
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Mar 7 23:56:47 2025 +0100
gnu: Add qmk-firmware-keychron-v7-iso-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v7-iso-default):
New variable.
Change-Id: I55ae4e71155f1e5b5d93f20c30e470878851a999
---
gnu/packages/firmware.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index d7a7176e15..57c8682e5c 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -2304,6 +2304,11 @@ or passthrough board.")
#:description
"This package provides the firmware for the Keychron V7 ANSI with default
keymap."))
+(define-public qmk-firmware-keychron-v7-iso-default
+ (make-qmk-firmware-keychron "keychron/v7/iso" "default"
+ #:description
+ "This package provides the firmware for the Keychron V7 ISO with default
keymap."))
+
(define-public firmware-senoko
(package
(name "firmware-senoko")