Ultimate Hacking Keyboard firmware
This repository hosts the firmware of the Ultimate Hacking Keyboard.
The firmware of the right keyboard half currently runs on an FRDM-K22F dev board and implements a composite USB device.
The firmware of the left keyboard half currently runs on an FRDM-KL03Z dev board and communicates with the right half via I2C.
Here's a short demonstration video for your viewing pleasure.
Build
Please make sure to clone this repo with:
git clone --recursive git@github.com:UltimateHackingKeyboard/firmware.git
You're encouraged to install the Kinetis Design Studio (KDS) IDE and import the project by invoking File -> Import -> General -> Existing Projects into Workspace, select the right directory, and click on the Finish button. At this point, you should be able to build the firmware in KDS.
Alternatively, you can use the build scripts of the right/build/armgcc directory.