diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:57:17 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:05 +0100 |
commit | 92bf4a560236d3288d1fdbd0437385792bb1bdfc (patch) | |
tree | 0a4aa4fd307e1d3afc0cf1a8ece628cfaa2fb177 | |
parent | db665dd3c31cf06541dea4b84bd9c55387a87886 (diff) |
gnu: Add qmk-firmware-keychron-v8-ansi-encoder-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v8-ansi-encoder-default):
New variable.
Change-Id: I2f35980da6ddceeb5d1d4b777dc9f38574451e39
-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 80655ce06c..7a69382a3c 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2314,6 +2314,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V8 ANSI with default keymap.")) +(define-public qmk-firmware-keychron-v8-ansi-encoder-default + (make-qmk-firmware-keychron "keychron/v8/ansi_encoder" "default" + #:description + "This package provides the firmware for the Keychron V8 ANSI with default keymap and with encoder.")) + (define-public firmware-senoko (package (name "firmware-senoko") |