qmk_firmare/bin/build-bgkeeb.sh

8 lines
289 B
Bash
Executable File

#!/bin/bash
# TODO: consolidate all the build files into one
# NOTE: I had to set COMBO_ENABLE to no in my users/sadekbaroudi/rules.mk due to space limitations
make fingerpunch/bgkeeb:sadekbaroudi ; cp .build/fingerpunch_bgkeeb_sadekbaroudi.hex /mnt/g/My\ Drive/qmk-keyboards/bgkeeb/ ;