Skip to content

Instantly share code, notes, and snippets.

View cbrxyz's full-sized avatar
🍊
orange you glad this a pun

cameron brown cbrxyz

🍊
orange you glad this a pun
View GitHub Profile
@loopyd
loopyd / 8bitdo_ultimate_wireless.sh
Created August 7, 2024 02:40
[bash] Fix for 8bitdo Ultimate Wireless Controller on Linux
#!/bin/bash
# Block script from running as non-root user
if [ "$EUID" -ne 0 ]; then
echo "Please run as root"
exit 1
fi
# Blacklist Nintendo Switch Pro Controller Driver
echo blacklist hid_nintendo | tee /etc/modprobe.d/notendo.conf