dannym pushed a commit to branch master
in repository guix.

commit 746cc001957e6f3f9d61de66ab7acfe593423355
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Mar 7 23:53:36 2025 +0100

    gnu: Add qmk-firmware-keychron-v3-jis-default.
    
    * gnu/packages/firmware.scm (qmk-firmware-keychron-v3-jis-default):
    New variable.
    
    Change-Id: I4ebda80df4633ec5edfd7f45ee5796583c56f1ad
---
 gnu/packages/firmware.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 73b08f7dbf..dd3d40de3b 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -2229,6 +2229,11 @@ or passthrough board.")
    #:description
    "This package provides the firmware for the Keychron V3 ISO with default 
keymap."))
 
+(define-public qmk-firmware-keychron-v3-jis-default
+  (make-qmk-firmware-keychron "keychron/v3/jis" "default"
+                              #:description
+                              "This package provides the firmware for the 
Keychron V3 JIS with default keymap."))
+
 (define-public firmware-senoko
   (package
     (name "firmware-senoko")

Reply via email to