diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:40:05 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:02 +0100 |
commit | 4d69823f182729c31334feb6dd38ef0c3564ddfd (patch) | |
tree | 48266e384ebcdd33fdaf18c8ae2f106437c09ed2 /gnu | |
parent | 994b7ac1e01e306daedc9dd9962279c184f3b166 (diff) |
gnu: Add qmk-firmware-keychron-q2-iso-encoder-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q2-iso-encoder-default):
New variable.
Change-Id: I0e10d030105fae198263301fdec1bd38ea1a1aed
Diffstat (limited to 'gnu')
-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 7bd8514369..2875911d39 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -1979,6 +1979,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q2 ISO with default keymap.")) +(define-public qmk-firmware-keychron-q2-iso-encoder-default + (make-qmk-firmware-keychron "keychron/q2/iso_encoder" "default" + #:description + "This package provides the firmware for the Keychron Q2 ISO with default keymap and with encoder.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |