-
Notifications
You must be signed in to change notification settings - Fork 54
Microcontroller boards and Keyboards
HASUMI Hitoshi edited this page Jan 26, 2022
·
9 revisions
https://www.raspberrypi.com/products/raspberry-pi-pico
- PiPi Gherkin - Small and cute
- Lunakey Pico - Split-type
- Shotgun CherryPie - Macro pad with rotary encoders and LED
https://www.sparkfun.com/products/18288
- meishi2 - Four-keys macro pad
- CRKBD (Corne) - Split-type with LED
- Claw44 - Split-type
- Helix rev3 - Split-type with rotary encoders and LED
- Amatelus73 - Duplex matrix with LED
https://booth.pm/en/items/3214808
- Runner3680 5x7 version 1 - Split-type
https://wiki.seeedstudio.com/XIAO-RP2040
- Tested with SU120 2
https://learn.adafruit.com/adafruit-kb2040
- Tested with SU120
1. PICO Micro is equivalent to Pro Micro regarding footprint and capability. But the profile of Pro Micro RP2040 seems too big to be installed into Runner3680.
2. SU120 is an expandable keyboard PCB with up to 120 keys. https://github.com/e3w2q/su120-keyboard
(left: Raspberry Pi Pico / right: Sparkfun Pro Micro RP2040)
- Getting started
- Keyboard features
- Keycodes (ja)
- Mouse (ja)
- Layers and mode key (ja)
- Debounce
- Composite key
- Split-type keyboard
- Keyscan matrix
- Num Lock, Caps Lock and Scroll Lock
- Useful methods that make you free
- BIOS mode
- Other features
- Examples
- Development
- Contribute to the Wiki
- FAQ