ahtn / keyplus

An easy to use, wired and wireless modular keyboard firmware
MIT License
246 stars 40 forks source link

wireless connection quality #84

Open lightingghost opened 6 years ago

lightingghost commented 6 years ago

Is there a way to check the wireless connection quality?

The left part of my keyboard sometimes send multiple repeated keys. More specifically, even after I have released a key, its keycode is still being sent until another key is pressed. I assume it is related to the wireless connection between the left half and the receiver. Is there a way to improve the wireless connection quality?

Thanks

emilytrau commented 6 years ago

There isn't a way to debug the wireless connection, but there's a good chance your issue isn't related to the wireless. You may be experiencing chattering, which is especially prevalent on box switches. Try adjusting your debounce settings to compensate.

lightingghost commented 6 years ago

@angustrau Thanks! I did use box switches for my setup. I think chattering usually means when a single key is pressed, multiple keystrokes are sent. But what I have experienced is even after I have released the key, its keycode is still being sent until another key is pressed. Do you think this is related to debounce settings?

Algram commented 4 years ago

@lightingghost I have the same issue and I don't think it has to do with debouncing. Did you manage to solve it?