diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:56:47 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:05 +0100 |
commit | 9db1670f69ea5368be31ae9d5cc0aebe3ab367db (patch) | |
tree | b0da0f7dae64d5d3996c471609e5432e9dcd6abd /gnu/packages/firmware.scm | |
parent | f35dc25812a0f53536f5271b2265d39f67985b7a (diff) |
gnu: Add qmk-firmware-keychron-v7-iso-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v7-iso-default):
New variable.
Change-Id: I55ae4e71155f1e5b5d93f20c30e470878851a999
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 d7a7176e15..57c8682e5c 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2304,6 +2304,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V7 ANSI with default keymap.")) +(define-public qmk-firmware-keychron-v7-iso-default + (make-qmk-firmware-keychron "keychron/v7/iso" "default" + #:description + "This package provides the firmware for the Keychron V7 ISO with default keymap.")) + (define-public firmware-senoko (package (name "firmware-senoko") |