diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:34:28 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:02 +0100 |
commit | 0eb68c6e405f437d3e4068d4ab2d08b11355b433 (patch) | |
tree | c8ddaf74570b98a3f3e4be0dfd4655c3c06b1f99 | |
parent | d92dc8e509679070b2fa0cfc60f4c3f51cad7bff (diff) |
gnu: Add qmk-firmware-keychron-q0-plus-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q0-plus-default):
New variable.
Change-Id: I15a499edc56c52aee7f05fb9362994d079a09812
-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 aa30363e77..e132f1c8bf 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -1899,6 +1899,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q0 Base with default keymap.")) +(define-public qmk-firmware-keychron-q0-plus-default + (make-qmk-firmware-keychron "keychron/q0/plus" "default" + #:description + "This package provides the firmware for the Keychron Q0 Plus with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |