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.

11 lines
216 B
Bash

#!/bin/bash
set -e
cd /rust-funcs
cargo build --release
cp ./target/thumbv7em-none-eabihf/release/librust_funcs.a /qmk_firmware/
cd /qmk_firmware
qmk compile -kb massdrop/alt -km ashe
cp massdrop_alt_ashe.bin /out