diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:39:43 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:02 +0100 |
commit | 994b7ac1e01e306daedc9dd9962279c184f3b166 (patch) | |
tree | 2eb8e089fc673c75ae409fab68ea66957acea274 | |
parent | 4d83e598e9dc78149d1419f22218fdb8e0f941b3 (diff) |
gnu: Add qmk-firmware-keychron-q2-iso-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q2-iso-default):
New variable.
Change-Id: I97871607473183e4fc6a6b7af325536881007399
-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 e7f86a3e4a..7bd8514369 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -1974,6 +1974,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q2 ANSI with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-q2-iso-default + (make-qmk-firmware-keychron "keychron/q2/iso" "default" + #:description + "This package provides the firmware for the Keychron Q2 ISO with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |