Skip to content

lowpsyclon/madlions-linux-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Madlions MAD68 Linux Fix

A Fish script to fix WebHID/hidraw access issues for the Madlions MAD68 on Linux.

Problem

The keyboard works for typing, but the web configurator cannot detect or access the device due to hidraw permission restrictions.

Solution

This script:

  • detects the keyboard (373b:105c)
  • creates a dedicated access group
  • adds your user to the group
  • creates a proper udev rule
  • reloads udev
  • applies immediate permissions so it works without reboot

Requirements

  • Linux (udev-based)
  • fish shell
  • usbutils
  • acl (optional but recommended)

Usage

chmod +x mad68-fix.fish
./mad68-fix.fish

Then open the configurator using:

  • Chromium
  • Google Chrome

Notes

  • No permanent 0666 permissions are used
  • If the script adds your user to a group, logout/login is recommended

License

MIT

About

Fix for Madlions MAD68 keyboard on Linux (WebHID / hidraw permissions issue)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages