Move webusb pairing key back into quantum
This commit is contained in:
committed by
Florian Didron
parent
0c4e870063
commit
66d48534b1
@@ -312,6 +312,11 @@ bool process_record_quantum(keyrecord_t *record) {
|
||||
case BL_BRTG:
|
||||
backlight_toggle_breathing();
|
||||
return false;
|
||||
#endif
|
||||
#ifdef WEBUSB_ENABLE
|
||||
case WEBUSB_PAIR:
|
||||
webusb_state.pairing ^= true;
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user