This animation is made for 32x128 pixel 1-bit OLED displays.
This repository is a lightweight clone of the crkdb:default
QMK configuration. The animation frames exist in animation.c
and the render function exists in the oled.c
file.
Firmware size: 22220 bytes / 22.22 kilobytes
Note: Firmware size can be greatly reduced by adding LTO_ENABLE
to your rules.mk
Download and install the QMK firmware using these instructions.
Once you have qmk installed and setup, move into your QMK repo:
cd $(qmk config user.qmk_home | cut -d "=" -f2)
Clone this repo with the following command:
git clone https://github.com/hexcowboy/superloop.git ./keyboards/crkbd/keymaps/superloop
Install and flash the firmware:
# For Pro Micro
qmk flash -kb crkbd/rev1/legacy -km superloop
# For Elite-C
qmk flash -kb crkbd/rev1/legacy -km superloop -bl dfu