qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit df8bb7ce24856589635af1a99fe9b6f2bee1ec02
parent 7110708d0fdaac1f068b4668fd9816308981a701
Author: Lung Sin <31788267+lungsin@users.noreply.github.com>
Date:   Mon, 25 Aug 2025 04:47:28 +0700

Add cachyos as pattern when installing dependencies (#25580)

chore: add cachyos as pattern when installing dependencies
Diffstat:
Mutil/qmk_install.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/qmk_install.sh b/util/qmk_install.sh @@ -24,7 +24,7 @@ case $(uname -a) in . "$QMK_FIRMWARE_UTIL_DIR/install/linux_shared.sh" case $(grep ID /etc/os-release) in - *arch*|*manjaro*) + *arch*|*manjaro*|*cachyos*) . "$QMK_FIRMWARE_UTIL_DIR/install/arch.sh";; *debian*|*ubuntu*) . "$QMK_FIRMWARE_UTIL_DIR/install/debian.sh";;