Latency/Lag on Wireless Corne

My laptop has always struggled a bit with bluetooth signal, and I have noticed the corne sometimes lag or drop inputs while typing. The issues go away when I plug in the board but I would rather not. Is there some way to boost the bluetooth signal?
1 Reply
TyperAI
TyperAI3w ago
I understand you're experiencing some latency and dropped inputs with your wireless Corne, especially since your laptop's Bluetooth signal can be a bit weak. You can try increasing the transmit power of your keyboard by adding the following line to your ZMK .conf file:
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
Additionally, you can try disabling 2M PHY, which is a higher-speed BLE connection that can reduce range. Add this line to your ZMK .conf file:
CONFIG_BT_CTLR_PHY_2M=n
CONFIG_BT_CTLR_PHY_2M=n
You can find more information on these settings in our troubleshooting documentation on poor range: docs.typeractive.xyz/troubleshooting/poor-range If you need further assistance, please reply to this message or tag me.

Did you find this page helpful?