Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AcK77 authored Apr 29, 2019
1 parent effe1d6 commit d437a15
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# MayDel

A useless Switch system module who allow you to light on/off the (hidden) right JoyCon's LED.

Works on firmware higher than 7.x **ONLY**!

Currently it's only support the gamecard state event. The LED blink if you add or remove the gamecard. Maybe more will be added later...

Blink only works when LED is already power on. As we can't know if the LED is already off or on after a sleep or a reboot. You have to light on it back to get the blink.

# Usage

- Put the release zip content inside `sdmc:/atmosphere/titles/`.
- Push Left Stick and ZL to light on.
- Push Left Stick and ZR to light off.
- Enjoy...

## Credits

- [Libnx and CTCaer for the IPC call and buffer struct](https://github.com/switchbrew/libnx/)
- [DarkMatterCore for gcdumptool Event code](https://github.com/DarkMatterCore/gcdumptool)
- [WerWolv for our own try of the IPC call](https://github.com/WerWolv/)

> Provide with the courtesy of the mob.

0 comments on commit d437a15

Please sign in to comment.