MiniKEYS/README.md
Pierre Guillod 4eeea5c52d
code + doc
* First push of the codebase
* Dependencies & hardware documentation
2023-07-27 13:15:05 +02:00

17 lines
No EOL
543 B
Markdown

# 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_