mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-26 20:09:09 +02:00
stub out secure as its own feature
This commit is contained in:
@@ -172,7 +172,21 @@
|
||||
* any other value should be interpreted as disabled
|
||||
'''
|
||||
return_type: u8
|
||||
return_value: secure_status
|
||||
return_execute: secure_status
|
||||
}
|
||||
0x04: {
|
||||
type: command
|
||||
name: Secure Unlock
|
||||
define: SECURE_UNLOCK
|
||||
description: Initiate secure route unlock sequence
|
||||
return_execute: secure_unlock
|
||||
}
|
||||
0x05: {
|
||||
type: command
|
||||
name: Secure Lock
|
||||
define: SECURE_LOCK
|
||||
description: Disable secure routes
|
||||
return_execute: secure_lock
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user