diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:55:04 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:05 +0100 |
commit | 4ea88a1ae4462857638026c6afaa57044cccb20c (patch) | |
tree | b622d95c3f96ccb7d7502626028c6c900aa8884e /gnu/packages/firmware.scm | |
parent | 6694d19b5dc80cfb2e7c4d887de5fbf7db867296 (diff) |
gnu: Add qmk-firmware-keychron-v5-iso-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v5-iso-default):
New variable.
Change-Id: Iaa74a3719646d891e005b0d40946a4e5f01c0101
Diffstat (limited to 'gnu/packages/firmware.scm')
-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 805e6259db..d605609cda 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2269,6 +2269,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V5 ANSI with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-v5-iso-default + (make-qmk-firmware-keychron "keychron/v5/iso" "default" + #:description + "This package provides the firmware for the Keychron V5 ISO with default keymap.")) + (define-public firmware-senoko (package (name "firmware-senoko") |