Merge pull request #158 from lalalademaxiya1/keychron_k11_pro
Keychron k11 pro
This commit is contained in:
commit
619fe01bc3
3 changed files with 5 additions and 2 deletions
|
|
@ -394,6 +394,9 @@ void bluetooth_low_battery_shutdown(void) {
|
||||||
#if defined(LOW_BAT_IND_INDEX)
|
#if defined(LOW_BAT_IND_INDEX)
|
||||||
indicator_battery_low_backlit_enable(false);
|
indicator_battery_low_backlit_enable(false);
|
||||||
#endif
|
#endif
|
||||||
|
clear_keyboard();
|
||||||
|
send_keyboard_report();
|
||||||
|
|
||||||
bluetooth_disconnect();
|
bluetooth_disconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"usb": {
|
"usb": {
|
||||||
"pid": "0x02B6",
|
"pid": "0x02B6",
|
||||||
"device_version": "1.0.0"
|
"device_version": "1.0.1"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"encoder": true,
|
"encoder": true,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"usb": {
|
"usb": {
|
||||||
"pid": "0x02B9",
|
"pid": "0x02B9",
|
||||||
"device_version": "1.0.0"
|
"device_version": "1.0.1"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"encoder": true,
|
"encoder": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue