Update k1 pro iso version
This commit is contained in:
parent
940411d2cb
commit
49a82abb20
3 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x0211",
|
||||
"device_version": "1.0.1"
|
||||
"device_version": "1.0.2"
|
||||
},
|
||||
"features": {
|
||||
"rgb_matrix": true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"usb": {
|
||||
"pid": "0x0214",
|
||||
"device_version": "1.0.0"
|
||||
"device_version": "1.0.1"
|
||||
},
|
||||
"features": {
|
||||
"led_matrix": true
|
||||
|
|
|
|||
|
|
@ -317,3 +317,9 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void suspend_wakeup_init_kb(void) {
|
||||
// code will run on keyboard wakeup
|
||||
clear_keyboard();
|
||||
send_keyboard_report();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue