diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-03-07 23:55:53 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-03-08 00:11:05 +0100 |
commit | b09bc3e4bbb4cbee12c50b196e0d172116cab4d2 (patch) | |
tree | b964b1c5cb6d1a5530a029e654f8f8bb4b7654c8 /gnu | |
parent | de6febdb153f4bd6884c460d0a2c08d4cedc8b43 (diff) |
gnu: Add qmk-firmware-keychron-v6-iso-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v6-iso-default):
New variable.
Change-Id: I315403c456f97125d368740d6fabc4eb3ec40200
Diffstat (limited to 'gnu')
-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 bbe56ac177..f9f634ab01 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2289,6 +2289,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V6 ANSI with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-v6-iso-default + (make-qmk-firmware-keychron "keychron/v6/iso" "default" + #:description + "This package provides the firmware for the Keychron V6 ISO with default keymap.")) + (define-public firmware-senoko (package (name "firmware-senoko") |