Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 995 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 995 Bytes

MK32 - Simple BLE keyboard for ESP32

MK32 is a BLE keyboard firmware for ESP32 Microcontrollers,designed to be relativley easily customizable.
Please refer to the MK32 Wiki page for information about building your own keyboard.

Many thanks to:

Features:

  • Split Keyboards
  • I2C/SPI displays
  • Customizable layouts
  • Macros
  • Rotary Encoders (With customizable encoder commands)
  • Battery Monitoring
  • Power Management

To-do:

  • Plugin API support (in progress).
  • More than 2 pads (currently supports 2 pads).
  • Connection switching.
  • Modify keymap via webserver (in progress) .
  • Security (?)