mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Update al68.c
This commit is contained in:
parent
827d979fc4
commit
83798c0b99
@ -34,12 +34,12 @@ bool process_record_kb(uint16_t keycode, keyrecord_t* record)
|
||||
if (record->event.pressed){
|
||||
if ((keycode>=KC_BLE1) && (keycode<=KC_24G))
|
||||
{
|
||||
WIRELESS_START(keycode-KC_USB);
|
||||
wireless_start(keycode-KC_USB);
|
||||
return false;
|
||||
}
|
||||
else if (keycode == KC_USB)
|
||||
{
|
||||
WIRELESS_STOP();
|
||||
wireless_stop();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user