GitXplorerGitXplorer
D

IMissTheRage

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
7e4a95929a66d75588d72f9f70185c0f5e7097de

commenting an uncommented line in pluggalbleUSBHID.h

DDIvkov575 committed 4 months ago
Verified
31853db6aaf4e4150a4e6428327f678603abbbb9

Update README.md

DDIvkov575 committed a year ago
Verified
7c251e1500a45cba70645d0c2382ae3de21b862e

Update README.md

DDIvkov575 committed a year ago
Verified
224d84887c00ef9b52dc6374a46da4d19d352b95

Update README.md

DDIvkov575 committed a year ago
Verified
421b399da6b6657a450d478f91d1e33d482b04ea

Update README.md

DDIvkov575 committed a year ago
Verified
a02f681e99b8791a8692b461f914ea1d31bc0c71

Update README.md

DDIvkov575 committed a year ago

README

The README file for this repository.

IMissTheRage


https://github.com/DIvkov575/IMissTheRage/assets/79413560/92baf38e-baf1-4f3e-a1be-ab982c30c9c7

Are you raging? Do you wish writing code was easier?

Cry No More!

With IMissTheRage everytime you slam you desk out of frustration, IMissTheRage simply 'undos' your most recent changes!!!


Runs on Arduino Nano RP2040 Connect

Compatible with Macos (can be made compatible by changing char code of meta key (0x08) to Ctrl (find it yourself in USBKeyboard.h)

Some Notes

  • Aruino RP2040 is an arduino board based on rasberry pi's RP2040 Microcontroller (which was a huge pain to work with because most online sources were only ATMEL MCU compatible)

  • Aruino RP2040 has an IMU unit (Acceleromter)

  • Aruino RP2040 has native usb 🤲

  • Rage threshold is adjusted with 'threshold' variable

  • Requires the Arduino_LSM6DSOX library (installable via arduino IDE)

  • Arduino_LSM6DSOX readGyroscope and readAccelerometer seem to swapped, which why I use readGyroscope usage for accelerometer data