diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:46:10 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:03 +0100 |
commit | 362fcd7ee0a783b4f0a40725429047afc7ce17a5 (patch) | |
tree | 3f9eab950ffb2a48ac91bc56a892491250c4dee8 | |
parent | 0b4a4298ae8becb19037a4e2022f4d5b822652c8 (diff) |
gnu: Add qmk-firmware-keychron-q8-ansi-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q8-ansi-default):
New variable.
Change-Id: I2011610446d8e9c9cd9fec1ebcc62c6aec38b1f5
-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 c9cd8710a9..cbd3acefaf 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2094,6 +2094,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q7 ISO with default keymap.")) +(define-public qmk-firmware-keychron-q8-ansi-default + (make-qmk-firmware-keychron "keychron/q8/ansi" "default" + #:description + "This package provides the firmware for the Keychron Q8 ANSI with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |