From 925c43c4c0e9360d2fe0032b3c41c2a84e1a4d8b Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Wed, 20 Nov 2019 09:41:42 +0900 Subject: feat: update examples + pairing process --- quantum/quantum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/quantum.c') diff --git a/quantum/quantum.c b/quantum/quantum.c index 27d08996be..82c7a5265b 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -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 -- cgit v1.2.3