MiniKEYS/README.md

17 lines
543 B
Markdown
Raw Normal View History

2023-07-27 13:00:03 +02:00
# MiniKEYS
4-keyboard featuring <kbd>HOME</kbd>, <kbd>END</kbd>, <kbd>PgUp</kbd> and <kbd>PgDn</kbd> to provide lacking laptops with dedicated keys.
## Hardware
Microcontroller Unit (MCU)
: [_Adafruit Trinkey QT2040_](https://adafru.it/5056) (RP2040 chipset)
Peripheral
: [_NeoKey 1x4 QT I2C_](https://adafru.it/4980) (I2C peripheral)
## Dependencies
Libraries will be imported in this repository. In the meantime, please resolve the dependencies manually by installing the following libraries:
* `Adafruit seesaw Library` by _Adafruit_