Skip to content

Commit

Permalink
QMK Q4 2023 breaking changes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygreco committed Dec 2, 2023
1 parent f43d112 commit 89d6fb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ cd ../
qmk setup -y

# Compile upstream boards first
for t in nibble tidbit scramble/v1 scramble/v2 snap holly;
do echo "Building QMK for $t";
qmk compile -j "$(nproc)" -kb nullbitsco/$t -km all
done
qmk mass-compile -j "$(nproc)" \
nullbitsco/nibble:all nullbitsco/tidbit:all \
nullbitsco/scramble/v1:all nullbitsco/scramble/v2:all \
nullbitsco/snap:all nullbitsco/holly:all

# Checkout nullbits rp2040 repo
git config advice.detachedHead false
Expand Down

0 comments on commit 89d6fb1

Please sign in to comment.