feat: update examples + pairing process

This commit is contained in:
Florian Didron
2019-11-20 09:41:42 +09:00
committed by Florian Didron
parent b3c0f3b0ef
commit 925c43c4c0
9 changed files with 366 additions and 541 deletions
+1 -1
View File
@@ -720,7 +720,7 @@ bool process_record_quantum(keyrecord_t *record) {
#ifdef WEBUSB_ENABLE
case WEBUSB_PAIR:
if (record->event.pressed) {
webusb_state.paired = true;
webusb_state.pairing = true;
}
return false;
#endif