diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:52:12 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:04 +0100 |
commit | 5ba30352fdaa1140a95fad47a00ee17724ca5b53 (patch) | |
tree | 7db91eb65b33e6712c2273963712c4f22b55cf1d | |
parent | 2310a446c038b157ce067d1f4f78c49f08fa2f49 (diff) |
gnu: Add qmk-firmware-keychron-v2-ansi-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v2-ansi-default):
New variable.
Change-Id: I25c42bded5fb94852a91d2d757695da3bdcfd14f
-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 d673310b29..1848625369 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2189,6 +2189,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V1 JIS with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-v2-ansi-default + (make-qmk-firmware-keychron "keychron/v2/ansi" "default" + #:description + "This package provides the firmware for the Keychron V2 ANSI with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |