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