Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
676 stars 118 forks source link

MK32 - Simple BLE keyboard for ESP32

This repo is not maintained

This was one of my first software projects and is very poorly designed and written. I recommend seeking an alternative FW solution

dungphan90's fork:

Easy build process with Docker.

git clone https://github.com/Galzai/MK32.git
cd MK32
chmod +x ./build.sh
chmod +x ./run.sh
./build.sh
./run.sh

Once you're inside the container, you can run make to buid, make flash to flash the firmware, and make monitor to run debug.


MK32 is a BLE keyboard firmware for ESP32 Microcontrollers,designed to be relatively easily customizable.
Please refer to the MK32 Wiki page for information about building your own keyboard. Also note that this repository is not heavily maintained.

Many thanks to:

Features:

To-do: