diff options
-rw-r--r-- | gnu/packages/firmware.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 9d246a0a46..78d6d87a7f 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -2140,7 +2140,7 @@ or passthrough board.") "This package provides the firmware for the Keychron Q9 Plus ANSI with default keymap and with encoder.")) (define-public qmk-firmware-keychron-s1-ansi-rgb-default - (make-qmk-firmware-keychron "keychron/s1/ansi-rgb" "default" + (make-qmk-firmware-keychron "keychron/s1/ansi/rgb" "default" #:description "This package provides the firmware for the Keychron S1 ANSI RGB with default keymap.")) |