mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
fix q6 pro KC_TASK issue
This commit is contained in:
parent
e0a48783e7
commit
6f0a1d98cc
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x0660",
|
||||
"device_version": "1.0.1"
|
||||
"device_version": "1.0.2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_109_ansi": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x0661",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_110_iso": {
|
||||
|
|
|
@ -91,9 +91,6 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
return false; // Skip all further processing of this key)
|
||||
case KC_TASK:
|
||||
if (record->event.pressed) {
|
||||
ckbt51_factory_reset();
|
||||
}
|
||||
case KC_FILE:
|
||||
case KC_SNAP:
|
||||
case KC_CTANA:
|
||||
|
|
Loading…
Reference in New Issue
Block a user