This repository contains code which can be copied onto an Adafruit NeoKey Trinkey running CircuitPython.
The code has been tested on relatively recent versions of CircuitPython (7.x).
When using this, you should also copy the Adafruit HID library from the CircuitPython library bundle, which can be found on its GitHub releases.
Your NeoKey Trinkey should have CircuitPython installed by default. If the installed CircuitPython is version 6 or below, download and install CircuitPython 7.x from the official website.
If you are unsure how to install CircuitPython, see Adafruit's guide.
After installing CircuitPython (if needed), delete the
existing .py
files on the CIRCUITPY drive. Copy the
adafruit_hid
folder from the CircuitPython library bundle into
the lib
folder on the CIRCUITPY drive.
Finally, copy the files inside this repo to the CIRCUITPY drive.
To change the payload, change the word after payloads.
on the
first line in code.py
to one of the following:
windows
: opens a rickroll and draws a crewmatewindows_plus
: likewindows
, but with ten crewmateswindows_burrito
: plays a funny songmac
: opens a rickroll and an image of a crewmatemac_burrito
:windows_burrito
for Mac OScros_burrito
:windows_burrito
for Chrome OS
This code is licensed under the MIT license. You should not expect any kind of warranty, and we disclaim all responsibility for the havoc you wreak and the chaos you cause. Nevertheless, you might receive some support from us by making a GitHub issue.
Have fun, and happy trolling :)