diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:50:57 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:04 +0100 |
commit | 410765c348702cbc981e870cb89da9e0e3782ba2 (patch) | |
tree | cb99b79f7a4e9721e8fa83247d07f49a8aecbd9e | |
parent | 2301083f935f77796a5cdb0b51ac73b392a61a18 (diff) |
gnu: Add qmk-firmware-keychron-v1-ansi-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v1-ansi-default):
New variable.
Change-Id: Ib7196c95e00236344c7f8ecbade47b5c9dc81260
-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 e675036c7b..7a4322a3f0 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2159,6 +2159,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V10 ISO with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-v1-ansi-default + (make-qmk-firmware-keychron "keychron/v1/ansi" "default" + #:description + "This package provides the firmware for the Keychron V1 ANSI with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |