Skip to content

Commit

Permalink
[master] Use old commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zored committed Feb 22, 2021
1 parent c8b55ac commit 0b2aa88
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler/vendor.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Used by Github Actions:
commit_hashes:
qmk_firmware: fe85c549c5c2e6369969bc714b4203dd54f54b59
qmk_firmware: b8f2d2d83db55c542390a2986041427bb044b570
1 change: 0 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ keyboards:
rules:
<<: *rules
AUDIO_ENABLE: 'yes'
RGBLIGHT_ENABLE: 'yes'
config:
<<: *config
AUDIO_CLICKY: ''
Expand Down
2 changes: 1 addition & 1 deletion example/planck/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LTO_ENABLE = yes

NKRO_ENABLE = yes

RGBLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = no

SLEEP_LED_ENABLE = no

Expand Down
2 changes: 1 addition & 1 deletion project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ case $1 in

echo "Clone QMK with submodules."
if [[ ! -f "$QMK_DIR/Makefile" ]]; then
git clone -b zkf --single-branch --recurse-submodules https://github.com/zored/qmk_firmware.git $QMK_DIR
git clone -b zkf_stable_planck --single-branch --recurse-submodules https://github.com/zored/qmk_firmware.git $QMK_DIR
rm -rf $QMK_DIR/.git
fi

Expand Down

0 comments on commit 0b2aa88

Please sign in to comment.