dannym pushed a commit to branch master
in repository guix.
commit d92dc8e509679070b2fa0cfc60f4c3f51cad7bff
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Mar 7 23:34:03 2025 +0100
gnu: Add qmk-firmware-keychron-q0-base-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q0-base-default):
New variable.
Change-Id: Iffe888fba186e58af3ab4b487217b9d49c553ad6
---
gnu/packages/firmware.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 5e596fddd7..aa30363e77 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1894,6 +1894,11 @@ or passthrough board.")
#:description
"This package provides the firmware for the Keychron C3 Pro ANSI RGB with
default keymap."))
+(define-public qmk-firmware-keychron-q0-base-default
+ (make-qmk-firmware-keychron "keychron/q0/base" "default"
+ #:description
+ "This package provides the firmware for the Keychron Q0 Base with default
keymap."))
+
(define-public qmk-firmware-keychron-v3-ansi-default
(make-qmk-firmware-keychron "keychron/v3/ansi" "default"
#:description