Adafruit
Adafruit NeoKey Trinkey - USB NeoPixel Mechanical Key Switch
The Adafruit NeoKey Trinkey is a USB-A development board that combines an ATSAMD21 microcontroller, a Cherry MX-compatible key switch footprint, and an RGB N...
Get notified when back in stock
The Adafruit NeoKey Trinkey is a USB-A development board that combines an ATSAMD21 microcontroller, a Cherry MX-compatible key switch footprint, and an RGB NeoPixel LED into one tiny plug-in package. Insert it into any USB-A port and you've got a single-key macro pad, password entry device, or custom shortcut button — fully programmable with CircuitPython or Arduino.
The board includes a reverse-mount NeoPixel for colourful backlighting through the keycap, a capacitive touch pad for an extra input, and native USB support for serial, MIDI, and HID (keyboard/mouse) modes. Small, durable, and inexpensive — perfect as a first microcontroller project or a quick utility tool.
Key Features
- ATSAMD21E18 – 48 MHz Cortex M0+, 256 KB Flash, 32 KB RAM
- Cherry MX-Compatible Footprint – Solder in your favourite mechanical switch (two solder points)
- Reverse-Mount NeoPixel – RGB LED shines up through the keycap
- Capacitive Touch Pad – Additional touch input
- Native USB – Serial, MIDI, HID (keyboard/mouse), and small disk drive
- USB-A Form Factor – Plugs directly into any USB-A port
- CircuitPython & Arduino – Fully supported with existing libraries
- Reset Button – For restarting code or entering bootloader mode
Ideal For
- Single-key macro pads and shortcut buttons
- Password entry devices
- Custom Escape key for MacBooks
- USB MIDI triggers with visual feedback
- Keychain-friendly gadgets
Package Contents
- 1× Adafruit NeoKey Trinkey PCB
Jargon buster
Plain-language definitions for the technical terms used above.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
Find this product in
Brands
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au