diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:45:00 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:03 +0100 |
commit | d099b4d7641be2a526a9ad35cfdcb1cc9ef06786 (patch) | |
tree | 9b799dc077470f400175245d85bcc88c83c68932 | |
parent | f3607fb24dcaacf71d3e1c3ec36933de4f2c4f06 (diff) |
gnu: Add qmk-firmware-keychron-q6-iso-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q6-iso-default):
New variable.
Change-Id: Ic05ba4351f09adc9b07f6903404417efadea8d69
-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 a1ffcff51e..5112ec47fd 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2074,6 +2074,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q6 ANSI with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-q6-iso-default + (make-qmk-firmware-keychron "keychron/q6/iso" "default" + #:description + "This package provides the firmware for the Keychron Q6 ISO with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |