diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:39:32 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:02 +0100 |
commit | 4d83e598e9dc78149d1419f22218fdb8e0f941b3 (patch) | |
tree | 9c3e8479578d840a3c6d28e06f2640b3dfab039d | |
parent | 1e77891dc2893dac86380122ce7092aff69d1cd5 (diff) |
gnu: Add qmk-firmware-keychron-q2-ansi-encoder-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-q2-ansi-encoder-default):
New variable.
Change-Id: I383b523291199f8ea906d72cf617612d0970157a
-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 7320921354..e7f86a3e4a 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -1969,6 +1969,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron Q2 ANSI with default keymap.")) +(define-public qmk-firmware-keychron-q2-ansi-encoder-default + (make-qmk-firmware-keychron "keychron/q2/ansi_encoder" "default" + #:description + "This package provides the firmware for the Keychron Q2 ANSI with default keymap and with encoder.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |