Firmware project for the Satan gh60 board based on tkg, kairyu's fork of tmk_keyboard, and tofagerl's gist
Install dfu-programmer
, avr-gcc
, avr-libc
, and make
Drop a keymap file in keymaps/
named foo.c
. See tmk/tmk_core/doc/keymap.md
for details on keymap configurations.
If you want to compile and install all at once, run:
make KEYMAP=foo all
To compile the keymap to a .hex
file (located in firmware/
), run:
make KEYMAP=foo
To install the keymap, run:
make KEYMAP=foo install
During the install process you'll be asked to confirm. Just press Enter.
When it says Waiting for Bootloader...
, press the button on the bottom of your keyboard.