qmk_firmare/bin/build-bgkeeb.sh

8 lines
281 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 xoiviox/bgkeeb:sadekbaroudi ; cp .build/xoiviox_bgkeeb_sadekbaroudi.hex /mnt/g/My\ Drive/qmk-keyboards/bgkeeb/ ;