diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:47:12 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:03 +0100 |
commit | 73b2eafde451c2f01a9fe1180fce1a9e8ba82b03 (patch) | |
tree | 5e890ac20e88122a6ac5c2c1c003cfcdfb68078d | |
parent | 8c959de42feb11ecbaacf279415f7fab92ad2434 (diff) |
gnu: Add qmk-firmware-keychron-q9-ansi-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q9-ansi-default):
New variable.
Change-Id: Id52736a3a09077724d0efe2b327c7afb6e17d0e5
-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 7302ede6a9..1c000d2893 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2114,6 +2114,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q8 ISO with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-q9-ansi-default + (make-qmk-firmware-keychron "keychron/q9/ansi" "default" + #:description + "This package provides the firmware for the Keychron Q9 ANSI with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |