All Projects → andyclymer → Minikbd

andyclymer / Minikbd

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Minikbd

djinn
Djinn Split Keyboard
Stars: ✭ 685 (+606.19%)
Mutual labels:  keyboard, kicad
keyswitch-kicad-library
Footprints for popular keyboard switches
Stars: ✭ 163 (+68.04%)
Mutual labels:  keyboard, kicad
snackymini-keyboard
Snackymini Keyboard
Stars: ✭ 28 (-71.13%)
Mutual labels:  keyboard, kicad
pi400kb
Raw HID keyboard forwarder to turn the Pi 400 into a USB keyboard
Stars: ✭ 182 (+87.63%)
Mutual labels:  keyboard, usb
Node Elgato Stream Deck
A Node.js library for interfacing with the Elgato Stream Deck.
Stars: ✭ 359 (+270.1%)
Mutual labels:  controller, usb
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-74.23%)
Mutual labels:  usb, controller
Lotus58
A 58 key split ergo linear keyboard derived from the Lily58 family
Stars: ✭ 142 (+46.39%)
Mutual labels:  keyboard, kicad
Ergotravel
A Portable Ergonomic Split Keyboard inspired from the ErgoDox, Let's Split and Minidox
Stars: ✭ 120 (+23.71%)
Mutual labels:  keyboard, kicad
Pcb
PCB and PCB related bits
Stars: ✭ 325 (+235.05%)
Mutual labels:  keyboard, kicad
nrf52-keyboard
A BLE & 2.4G Keyboard Firmware using nrf52810/52811/52832
Stars: ✭ 101 (+4.12%)
Mutual labels:  keyboard, usb
CH330 Hardware
CH330 breakout board
Stars: ✭ 24 (-75.26%)
Mutual labels:  usb, kicad
Rubber Ducky Library For Arduino
An Arduino library that allows you to use a cheap Arduino (Leonardo) as a Rubber Ducky
Stars: ✭ 25 (-74.23%)
Mutual labels:  keyboard, usb
Nrf52 Keyboard
A ble keyboard firmware using nrf52810/52832
Stars: ✭ 168 (+73.2%)
Mutual labels:  keyboard, usb
Fairtris
Clone of the official classic Tetris® game for the NES console, intended for Windows and Linux systems. It implements the original mechanics and includes many regional versions and several RNGs (all in one executable).
Stars: ✭ 30 (-69.07%)
Mutual labels:  keyboard, controller
Hidusbf
USB Mice Overclocking Software (for Windows)
Stars: ✭ 152 (+56.7%)
Mutual labels:  keyboard, usb
nucular-keyboard
USB Keyboard Adapter for old ThinkPad keyboards
Stars: ✭ 27 (-72.16%)
Mutual labels:  keyboard, usb
SerialProxy
🖱️⌨️ Arduino Input Proxying for PC (.NET Core)
Stars: ✭ 39 (-59.79%)
Mutual labels:  keyboard, usb
Keyberon
A rust crate to create a pure rust keyboard firmware.
Stars: ✭ 355 (+265.98%)
Mutual labels:  keyboard, usb
Voyager65 Keyplus
65% keyboard PCB for Keyplus firmware. Simplified variants available.
Stars: ✭ 29 (-70.1%)
Mutual labels:  keyboard, kicad
Ehal
Embedded Hardware Abstraction Library
Stars: ✭ 84 (-13.4%)
Mutual labels:  usb

MiniKbd

The MiniKbd is a USB device based on the Adafruit Trinket M0 development board which is programmable with CircuitPython. The parts are available for sale on Tindie, with build documentation and software samples available in this repo.

MiniKbd

The MiniKbd is programmable with CircuitPython, each key can be easily customized to perform any combination of keystroke or mouse movement. When plugging it in over USB, your computer will recognize it as a “USB HID” (Human Interface Device), as if a keyboard or mouse had been plugged in. The keystrokes that are output by the MiniKbd can then be configured by editing the CircuitPython code running on the device.

The project came out of the idea of wanting a keyboard that simply had a larger set of arrow keys that I could position to the left side of my keyboard. OSH Park, the prototyping service that I use to manufacture PCBs will always make boards in sets of three, so instead of having three of the same device I designed the MiniKbd to be built in three separate ways —

Documentation and parts list

The MiniKbd is a DIY project, and I hope that you'll build one! Complete build documentation, parts list, and KiCad source files can be found in the Hardware directory of this repo, and code examples can be found inthe Software directory.

Buying it

The MiniKbd kit is available for sale on Tindie if you'd like to build one (or two) for yourself!

I sell on Tindie

Build the MiniKbd in one of three layouts

The build documentation can be found in the Hardware directory of this repo.

Layout #1: “Six Keyboard Keyswitches”

Six keyboard keys, with component footprints for the most popular Cherry MX, Cherry ML and Kalih Low Profile keyswitches. Choose keyswitches that are as clicky and springy as you wish.

Since the Trinket M0 only has five general purpose IO pins and this variation has six keyswitches, they are wired up as a matrix of three rows by two columns of keyswitches. I've written a simple library to read the keypresses of a small button matrix like this one.

MiniKbd with six keyswitches

Layout #2: “Two Rotary Encoders”

Whereas a “potentiometer” is the kind of knob designed to turn from 0 to 100% (like a volumne knob), its cousin the Rotary Encoder can freely turn continuously in either direction, clicking like a jog-dial as it turns (usually 12 or 24 clicks per rotation). With each click, the MiniKbd receives a signal that it's able to interpret to know whether it was turned clockwise or counterclockwise. Then, with each click, a keyboard command can be sent to the computer.

For instance, if the "z" and "x" keys are set up to zoom in and out in your drawing application, you can make one of the encoders into a zoom knob by having it type the letter "z" with each click in one direction, and the letter "x" in the other.

MiniKbd with two encoders

Layout #3: “One rotary encoder and two keyboard keyswitches”

The best of both worlds, almost like a little mouse that only has a scroll wheel and two buttons for clicking.

MiniKbd with one encoder and two keys

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].