summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-27 02:45:36 +0000
committerQMK Bot <hello@qmk.fm>2021-07-27 02:45:36 +0000
commit95de60513d3f7375f58001f775ca23d199b75584 (patch)
tree086c03c7ad2a40417cdc094cbf0ade14680352a2 /docs
parent998ac203e4f325f7fc5d97129e4d94083a50c7f9 (diff)
parentae2c2358ec9f581c3c1890edcb618297983746d1 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_tap_dance.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/feature_tap_dance.md b/docs/feature_tap_dance.md
index 7396e791c3..5d77f3e08d 100644
--- a/docs/feature_tap_dance.md
+++ b/docs/feature_tap_dance.md
@@ -490,6 +490,8 @@ void ql_finished(qk_tap_dance_state_t *state, void *user_data) {
layer_on(_MY_LAYER);
}
break;
+ default:
+ break;
}
}