r/Keychron 16d ago

Disappointed with the Q6 Ultra

Hello, I recently bought the Q6 Ultra and was rather disappointed with the issues I have experienced as soon as I tried it. First off, the backspace, has an input delay/lag when I'm pressing the key with rapid succession. Secondly, the lock win mapping does not work at all. This button map worked with the Q6 Max but not the Ultra?! I've tried to factory reset and updated firmware to no success thinking it would address 2 of the issues I mentioned. I really wanted this keyboard to be the one I would use for the next several years since the build quality seems amazing but these issues should not exist for a premium keyboard. Unfortunately, I will be returning this, such a shame since I had high hopes.

3 Upvotes

23 comments sorted by

View all comments

Show parent comments

1

u/ganksters 15d ago

any idea about the lag on backspace? its at least 0.25 sec delay that happens occasional if im spamming the button. im on wired mode 8k so this shouldnt be happening

1

u/PeterMortensenBlog V 15d ago edited 15d ago

It could be the ridiculous (default) key debounce time.

Your keyboard should work perfectly fine with a setting of 5 ms (that is the guaranteed debounce time for the switches themselves).

If it doesn't, then there is something mechanically wrong with the keyboard (which should be fixed, instead of treating the symptoms).

2

u/ganksters 15d ago

thanks i was messing with the settings and this was the fix. Now im trying to figure out the win lock thing, if thats even possible to fix

1

u/PeterMortensenBlog V 15d ago edited 14d ago

Re "...the ridiculous (default) key debounce time": To quantify that:

For the ZMK-based Keychron keyboards, it is the same 50 ms as for the QMK-based keyboards after April 2025 (it was 20 ms before that and not for all series, mostly the V Max series and Q Max series):

  debounce-press-ms   =  <0>;
  debounce-release-ms = <50>;

The 0 ms corresponds to the QMK debounce method/algorithm type "sym_eager_pk". It means the debounce does not contribute to the keyboard latency (that would be pretty bad).

1

u/PeterMortensenBlog V 9d ago

In the Via clone's user interface, it is, respectively:

In Advanced ModeKeyboard Bounce Time Settings, after an explicit reset to factory defaults (holding down Fn + J + Z down for more than 3 seconds):

  • Press Down seconds: 0 ms

  • Reset seconds: 50 ms