diff options
author | Danny Milosavljevic <[email protected]> | 2025-03-07 23:53:02 +0100 |
---|---|---|
committer | Danny Milosavljevic <[email protected]> | 2025-03-08 00:11:04 +0100 |
commit | 3e00287765342896c75ee776f240fc432f4e69c7 (patch) | |
tree | 0e142db5ded43f868f99c5a1f55337b1d31866b5 | |
parent | b8c21a00589aa93b0149dd95a7008946ad9a1e2b (diff) |
gnu: Add qmk-firmware-keychron-v2-jis-default.
* gnu/packages/firmware.scm (qmk-firmware-keychron-v2-jis-default):
New variable.
Change-Id: I347ae25feccc62f93abd86996afe0bb0b058f256
-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 52b957d03a..373d4144f2 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2209,6 +2209,11 @@ or passthrough board.") #:description "This package provides the firmware for the Keychron V2 ISO with default keymap and with encoder.")) +(define-public qmk-firmware-keychron-v2-jis-default + (make-qmk-firmware-keychron "keychron/v2/jis" "default" + #:description + "This package provides the firmware for the Keychron V2 JIS with default keymap.")) + (define-public qmk-firmware-keychron-v3-ansi-default (make-qmk-firmware-keychron "keychron/v3/ansi" "default" #:description |