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