You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
261 B
Bash

#!/bin/bash
set -e
cd /qmk_firmware/
rustc -O --emit=obj --target=thumbv7em-none-eabihf --codegen panic=abort -o pomodoro.o ./keyboards/massdrop/alt/keymaps/ashe/pomodoro.rs
cd /qmk_firmware
qmk compile -kb massdrop/alt -km ashe
cp massdrop_alt_ashe.bin /out