Skip to content

Instantly share code, notes, and snippets.

View releasetheduck's full-sized avatar
👻

Pato Escobar releasetheduck

👻
View GitHub Profile
@releasetheduck
releasetheduck / fix-keychron.sh
Created May 13, 2026 01:41 — forked from morkev/fix-keychron.sh
Fix Linux Keychron Error: HID Device Connected [K]
#!/bin/bash
# ==============================================================================
# KEYCHRON LINUX FIX FOR HID DEVICE C0NNECTED [K]
# Author: morkev
#
# Contributors:
# - SIMULATAN: Fixed dongle interference by filtering out "Link" devices.
# - karoltheguy: Added SELinux context reset (restorecon) to prevent silent blocks.
# - wanjas: Verified 'input' group addition is required for distros like Pop_OS.