Skip to content

egladman/wombat-tmk

Repository files navigation

This is intended to be ran on a Pro Micro (ATmega32U4).

Clone

git clone [email protected]:egladman/wombat-tmk.git
cd wombat-tmk
git submodule update --init --recursive

Install Dependencies

Fedora

dnf install dfu-programmer avr-gcc

Compile

make
# or specify a keymap
make KEYMAP=plain

Flash

you might need to run the following command as super user

avrdude -p atmega32u4 -P /dev/ttyACM0  -c avr109  -U flash:w:wombat_lufa.hex

Pinout

Wiring

The keyboard is depicted upside down.

About

TMK Firmware for The Wombat 40% Keyboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published