diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:40:18 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:02 +0100 |
commit | bc9c928cbee91d7a8ab7b36a704ef430b51ca700 (patch) | |
tree | ba38476ba65886a33ffcdbfd936ed38365a80a00 | |
parent | 4d69823f182729c31334feb6dd38ef0c3564ddfd (diff) |
gnu: Add qmk-firmware-keychron-q2-jis-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q2-jis-default):
New variable.
Change-Id: Ia49a0df4b8c0bb060b1863ae5de58f75237d2290
-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 2875911d39..10ce1cf3e4 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -1984,6 +1984,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q2 ISO with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-q2-jis-default + (make-qmk-firmware-keychron "keychron/q2/jis" "default" + #:description + "This package provides the firmware for the Keychron Q2 JIS with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |