Author Topic: asasasas instead of assssss  (Read 21514 times)

0 Members and 1 Guest are viewing this topic.

Offline yttrium

  • Posts: 99
    • http://boards.4chan.org/g/
asasasas instead of assssss
« Reply #50 on: Tue, 06 March 2012, 09:35:35 »
I get asasasasasasasasasasasasasasasasasas with this keyboard using WinXP:
[ Attachment Invalid Or Does Not Exist ] 42852[/ATTACH]

On my Ducky, I get asssssssssssssssssssssssss on Win7. Both use USB, the Dell has 2KRO and the Ducky has NKRO. I wonder, if I use a PS/2 adapter on the Ducky, would Windows interpret the packets differently (actually behave according to PS/2 spec)?
[SIGPIC][/SIGPIC]

Offline alaricljs

  • I be WOT'ing all day...
  • ** Moderator Emeritus
  • Posts: 3715
  • Location: NE US
asasasas instead of assssss
« Reply #51 on: Tue, 06 March 2012, 10:48:10 »
Since PS/2 doesn't use packets and there's no choice in regard to obeying the PS/2 spec then I'm thinking you'll get exactly what the PS/2 spec says you will.
Filco w/ Imsto thick PBT
Ducky 1087XM PCB+Plate, w/ Matias "Quiet Click" spring-swapped w/ XM Greens

Offline alaricljs

  • I be WOT'ing all day...
  • ** Moderator Emeritus
  • Posts: 3715
  • Location: NE US
asasasas instead of assssss
« Reply #52 on: Tue, 06 March 2012, 10:59:57 »
frofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofrofro

Should practice more piano.
Filco w/ Imsto thick PBT
Ducky 1087XM PCB+Plate, w/ Matias "Quiet Click" spring-swapped w/ XM Greens

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #53 on: Tue, 06 March 2012, 11:17:38 »
Quote from: laffindude;536777
I think there are 2 separate issue here. 1: what exactly is the keyboard spitting out, 2: how is the OS interpreting it. 1 should be easy to test. USB sniffer should be able to read what's being outputted by the keyboard. May be that'll help better decipher the behavior of the controller. I think we need to figure that out before testing behavior of the OS.
I do agree this is McRip effect territory. Unless you're soarer and other people who have written firmware for controllers, it has almost zero tangible effect on computing.
PS, I am the idiot who mentioned debounce. Just how relevant is it?


Last point first: Oops. Friendly fire casualty. But, you are not the idiot, you are wise since you inquired about debounce!

AFAIK, most keyboards use a pretty basic algorithm for debouncing. They wait until all keys have stopped bouncing, rather than debouncing each key individually. This means that any key change during the debounce of another key extends the debounce period. And that means that even key changes that don't occur within the same matrix scan can become ready for output at the same time. That doesn't exactly cause this phenomena, but it does make it much easier to trigger (and also transposition errors).

I refuse to use the name of some bull**** 'effect'. Even more so here because I see curiosity and banter on this topic, not complaints! If some keyboards turn out to be better than others in this regard then it's up to the buyer whether it makes any difference to their purchasing decisions.

Of course this has pretty much zero tangible effect on computing. It's still interesting to note that it happens, and understand why it happens, even to some people who aren't developing firmware. But examining why any particular keyboard outputs 'simultaneous' events in the order that they do, well, that's uninteresting even for me! It totally depends on the firmware (which obviously includes the matrix scan code, but a lot else as well). It certainly has no relevance to how I might make design choices in my code.
« Last Edit: Tue, 06 March 2012, 11:21:00 by Soarer »

Offline laffindude

  • Posts: 1521
  • ( ̽ ¬ ˳¬)
asasasas instead of assssss
« Reply #54 on: Tue, 06 March 2012, 11:45:37 »
My view on the "effect" is that it's stuff that only wacky enthusiasts care about. like 88tooth ratchets vs 84tooth. I think bar fights have started from those talks ;o

Debouncing in batch was one of my guesses about the behavior. The other is how often the controller actually poll the matrix, since it could be different than the USB reporting rate.

Offline captain

  • Posts: 703
asasasas instead of assssss
« Reply #55 on: Tue, 06 March 2012, 12:48:11 »
assssssssssssssssssasssssssssssssssaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadfjksajklfffffffffffffffffffffffspqiuowwwwwwwwwwwwwwwwwwwenm,.....................hjkllllllllllllhuuuuuuuuuuuuurfffffffffffffffrrrrrrrrrrrrrgttttttttttttttgggggggggggggggg

it seems that whichever key is sent last, gets replicated by the "key repeater".
Welcome to geekhack -- where we like to type -- but don't care so much about reading.

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #56 on: Tue, 06 March 2012, 13:41:34 »
Quote from: laffindude;536913
My view on the "effect" is that it's stuff that only wacky enthusiasts care about. like 88tooth ratchets vs 84tooth. I think bar fights have started from those talks ;o

Debouncing in batch was one of my guesses about the behavior. The other is how often the controller actually poll the matrix, since it could be different than the USB reporting rate.


Wacky... is relative! We are here to fuss over keyboards, and just because one person doesn't think something relevant... is irrelevant. :-D

Yeah, I guess if the keyboard scans faster than it can send, then one report might be a combination of events from more than one scan. However, if the keyboard does all-in-one batch debouncing, that can't happen ;-)
« Last Edit: Tue, 06 March 2012, 13:53:43 by Soarer »

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #57 on: Tue, 06 March 2012, 13:52:06 »
Quote from: ripster;536934
Bull**** is a bad word.


Apt then. Bad word for a bad thing.

Quote from: ripster;536934
The is sososososososososososososososososososososososososososososososososososososososososososososososososososososososososososososososososososososo

much friendlier.


When you brought it into existance purely to annoy those who disagreed with you - hardly.

Offline ryan92084

  • Posts: 126
  • Location: PA
  • Consumer ****
asasasas instead of assssss
« Reply #58 on: Tue, 06 March 2012, 15:42:24 »
Quote from: yttrium;536820
I get asasasasasasasasasasasasasasasasasas with this keyboard using WinXP:
(Attachment Link) 42852[/ATTACH]

On my Ducky, I get asssssssssssssssssssssssss on Win7. Both use USB, the Dell has 2KRO and the Ducky has NKRO. I wonder, if I use a PS/2 adapter on the Ducky, would Windows interpret the packets differently (actually behave according to PS/2 spec)?

Odd, my ducky does asasasasasasasasasasasasasasasasasasasasasasasasas on USB also qewtryqewtryqewtryqewtryqewtryqewtryqewtryqewtryqewtryqewtryqewtryqewtryqewtryqewtry

RiP *ucky Shine(ing)

Offline yttrium

  • Posts: 99
    • http://boards.4chan.org/g/
asasasas instead of assssss
« Reply #59 on: Tue, 06 March 2012, 16:24:04 »
*inserts USB > PS/2 adapter*
ththisis wasas aa trtriuiumpmphh

i'i'mm mamakikingng aa nonotete heherere:: HUHUGEGE SUSUCCCCESESSS

Just kidding.
asssssssssssssssssssssssssssss

Must be controller-based, though with PS/2 I'm noticing it's much more responsive. Maybe it's just me though.
[SIGPIC][/SIGPIC]

Offline Dox

  • Posts: 312
asasasas instead of assssss
« Reply #60 on: Tue, 06 March 2012, 17:12:34 »
hummmmm...

ahahahahahahahahahahahahahahahahahahahahahah
hahahahahahahahahahahahahahahahahahahahaha

fufufufufufufufufufufufufufufufufufufufufufu
ufufufufufufufufufufufufufufufufufufufufufuf
ErgoDox x2 | DoxKB x2 |   IBM SSK   | HHKB pro2

Offline alaricljs

  • I be WOT'ing all day...
  • ** Moderator Emeritus
  • Posts: 3715
  • Location: NE US
asasasas instead of assssss
« Reply #61 on: Tue, 06 March 2012, 17:13:42 »
Now you have me wondering if you're futzing with your Dox firmware  :)
Filco w/ Imsto thick PBT
Ducky 1087XM PCB+Plate, w/ Matias "Quiet Click" spring-swapped w/ XM Greens

Offline Dox

  • Posts: 312
asasasas instead of assssss
« Reply #62 on: Tue, 06 March 2012, 17:15:24 »
hahah I didn't change anything for real. It's just that good!
ErgoDox x2 | DoxKB x2 |   IBM SSK   | HHKB pro2

Offline All The Fire

  • Posts: 147
asasasas instead of assssss
« Reply #63 on: Wed, 07 March 2012, 15:08:29 »
asssssssss
fgfgfgfgfgfgfgfgfgfgfgfg
rtttttttttttt
jkkkkkkkkkkkkk
jhjhjhjhjhjhjhjhjhjhjhjhjh

fgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjhgjh
asdfdfdfdfdfdfdfdfdfdfdfdfdfdfdf
qwerrrrrrrrrrrrrrrr
tuyiiiiiiiiiiiiiiiiii

Leopold plugged into a Lenovo Thinkpad. I'm so confused. :S

Offline All The Fire

  • Posts: 147
asasasas instead of assssss
« Reply #64 on: Wed, 07 March 2012, 15:21:13 »
Ripster, were you the personality model for GLaDOS?

It's Science!

Offline keyboardlover

  • Posts: 4022
  • Hey Paul Walker, Click It or Ticket!
    • http://www.keyboardlover.com
asasasas instead of assssss
« Reply #65 on: Wed, 07 March 2012, 17:48:11 »
I think of him more like Vicki from Small Wonder.

Offline Dox

  • Posts: 312
asasasas instead of assssss
« Reply #66 on: Wed, 07 March 2012, 18:48:42 »
hummm....

DoxKB hasu's firmware:
ewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrty
wertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywerty
tyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewtyrewewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrtyewrty
tyrwetyrwetyrwetyrwetyrwetyrwetyrwetyrwetyrwetyrwetyrwetyrwetyrwetyrwe
wertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywerty

HHKB pro2:
dfghjjjjjjjjjjjjjjjjjjj
sdfghhhhh
wreytttttttttttttttttttttttttttttttttttttttttt
ytwreeeeeeeeeeeeeeeeeeeeeeeeeeee
« Last Edit: Wed, 07 March 2012, 18:51:05 by Dox »
ErgoDox x2 | DoxKB x2 |   IBM SSK   | HHKB pro2

Offline Dox

  • Posts: 312
asasasas instead of assssss
« Reply #67 on: Wed, 07 March 2012, 20:33:27 »
That doesn't make sense.
I can do both and my scanning order is from right to left.


mfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmf
fmfmfmfmfmfmfmfmfmfmfmfm


ufufufufufufufufufufufufufufufufufufufufufufufufufufufufufuf
fufufufufufufufufufufufufufufufufufufufufufufufufufufufufu


Maybe the filco controller is just too slow.
ErgoDox x2 | DoxKB x2 |   IBM SSK   | HHKB pro2

Offline keyboardlover

  • Posts: 4022
  • Hey Paul Walker, Click It or Ticket!
    • http://www.keyboardlover.com
asasasas instead of assssss
« Reply #68 on: Wed, 07 March 2012, 20:35:33 »
fffffffffuuuuuuuuuuuuu

Mine seems ok.

Offline Lu_e

  • Posts: 647
  • Location: NWUSA
asasasas instead of assssss
« Reply #69 on: Thu, 08 March 2012, 00:10:15 »
fmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfm

ya neither can I

fmfmfmfmfmfmfmfmfmfmfmfmfmfmfmfmmffffffffffffffffffffffffffffffffffmfmfmfmfmfmfmfmfmfmfmfmfm

wqtreqtreqtreqtreqtreqtrewqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtrewqetrtrtrtrtrtrtrtrtrtrwqtreqtreqtreqtreqtrewqretttttttttttttttttttttttwqetrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrtrqwqetrtrtrtrwqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtreqtre qtreqtreqtreqtreqtreqtreqtre

Offline All The Fire

  • Posts: 147
asasasas instead of assssss
« Reply #70 on: Thu, 08 March 2012, 02:10:58 »
fmfmfmfmfmfm
fmfmfmfmfmfmfmfmfm
mfffffffffffff
fmmmmmmmmmm
fmfmfmfmfmfm

qwertyqwertyqwertyqwertyqwertyqwertyqwertyqwertyqwerty
qscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjoqscbjo
asdjklasdjklasdjklasdjklasdjklasdjklasdjklasdjkl
kljjjjjjjjj
zxcuiozxcuiozxcuiozxcuiozxcuio

Mionix Zibal. Funnily enough the Mionix seems to be able to do any combination of up to 6 keys and shift, or 5 keys shift and enter, but my Leopold can only do some combinations of 2. Unsure of the state of the USB ports in my work laptop though, if that affects it.

DID I SCIENCE???

Offline captain

  • Posts: 703
asasasas instead of assssss
« Reply #71 on: Sat, 10 March 2012, 10:52:01 »
Quote from: ripster;538366

See.  I can't do M F.


That's nothing to be ashamed of, ripster.  Some people are just born that way.  ;-)
Welcome to geekhack -- where we like to type -- but don't care so much about reading.

Offline dnLL

  • Thread Starter
  • Posts: 54
asasasas instead of assssss
« Reply #72 on: Sat, 10 March 2012, 14:32:05 »
qwwwww
ewwwww
errrrrrrrrrr
rttttttttt
yttttttttt
uyyyyyyy
iuuuuuuu
iooooooo
opppppp

Offline All The Fire

  • Posts: 147
asasasas instead of assssss
« Reply #73 on: Sun, 11 March 2012, 06:58:28 »
I've found my Mionix doing something funny. It seems to be top to bottom, left to right, but going left to right U, J and M seem to have been swapped with Y, H and N, they'll always kick in first. Top to bottom will still kick in so it will go Y, J then H for example.

tytytytyty
uyuyuyuyuy
uiuiuiuiui
yiyiyi

ghghghghghgh
jhjhjhjhjh
jkjkjkjkjkjk
hkhkhkhk

bnbnbnbn
mnmnmnmnmnmn
m,m,m,m,m,m,
n,n,n,n,

uyhuyhuyh
yjhyjhyjhyjh
yhmyhmyhmyhm
uhnuhn
jhnjhnjhn
jnijnijni
jhijhijhi

Also, numbers act as if they're below letters.

q1q1q1q1q1
a1a1a1a1
z1z1z1z1
qaz1qaz1qaz1qaz1qaz1
1w1w1w1w
1s1s1s
1x1x1x1x1x
1wsx1wsx1wsx1wsx1wsx1wsx1wsx
« Last Edit: Sun, 11 March 2012, 07:11:45 by All The Fire »

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #74 on: Sun, 11 March 2012, 07:57:06 »
Quote from: ripster;538117
If impressed with my keyboard scanning experiments and observations...

Not in the slightest! You could at least try it on a different keyboard, as All The Fire has done.

Your 'Science' has about as much relevance as a morning fart on Titan.

Good morning!
« Last Edit: Sun, 11 March 2012, 08:03:50 by Soarer »

Offline dnLL

  • Thread Starter
  • Posts: 54
asasasas instead of assssss
« Reply #75 on: Sun, 11 March 2012, 08:35:31 »
I would like to get keys to alternate on my Leopold on W7, but it won't happen.

Offline Dox

  • Posts: 312
asasasas instead of assssss
« Reply #76 on: Sun, 11 March 2012, 10:21:31 »
You cant predict how mine will work....

ononononononononononononononononononononononononononononon
nononononononononononononononononononononononononononono
ononononononononononononononononononononononon
nonononononononononononononononononononono

Edit: It's easy to predict. Just press the first key first. Filco scanning is too slow to pick up the small delay between the 2 keys I guess.
ErgoDox x2 | DoxKB x2 |   IBM SSK   | HHKB pro2

Offline keyboardlover

  • Posts: 4022
  • Hey Paul Walker, Click It or Ticket!
    • http://www.keyboardlover.com
asasasas instead of assssss
« Reply #77 on: Sun, 11 March 2012, 10:35:00 »
*everyone's keyboard explodes*

Offline Dox

  • Posts: 312
asasasas instead of assssss
« Reply #78 on: Sun, 11 March 2012, 11:15:11 »
No quirk in my firmware.

With a credit card at a very slight angle:
 left to right
wertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywerty

right to left
ytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrew
ErgoDox x2 | DoxKB x2 |   IBM SSK   | HHKB pro2

Offline keyboardlover

  • Posts: 4022
  • Hey Paul Walker, Click It or Ticket!
    • http://www.keyboardlover.com
asasasas instead of assssss
« Reply #79 on: Sun, 11 March 2012, 11:24:10 »
Hahaha. I like the way ripster jokes about me now that we're friends :D



I can jib back too ripster! You assssss :D

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #80 on: Sun, 11 March 2012, 16:32:13 »
Quote from: Dox;542205
Filco scanning is too slow to pick up the small delay between the 2 keys I guess.

Quote from: Dox;542258
No quirk in my firmware.

With a credit card at a very slight angle:
 left to right
wertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywertywerty

right to left
ytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrewytrew

Dox > Filco :-)

How fast do you scan?

Offline Dox

  • Posts: 312
asasasas instead of assssss
« Reply #81 on: Sun, 11 March 2012, 16:40:28 »
I'm using hasu's firmware so I can't say exactly what is the rate. I'll try to look at the code later to see if I can figure it out.
ErgoDox x2 | DoxKB x2 |   IBM SSK   | HHKB pro2

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #82 on: Sun, 11 March 2012, 16:45:17 »
Dox AND hasu > Filco :-D

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #83 on: Sun, 11 March 2012, 16:54:37 »
ripster says...
Quote from: ripster;542263
I can't believe Wellington 1869 used to obsess about this stuff so much.  Reminds me of KL obsessing over me and posting every time I post.


our records show...
[ Attachment Invalid Or Does Not Exist ] 43583[/ATTACH]

oops!

Offline keyboardlover

  • Posts: 4022
  • Hey Paul Walker, Click It or Ticket!
    • http://www.keyboardlover.com
asasasas instead of assssss
« Reply #84 on: Sun, 11 March 2012, 17:02:43 »
Quote
ripster says...
Quote
Originally Posted by ripster
I can't believe Wellington 1869 used to obsess about this stuff so much.  Reminds me of KL obsessing over me and posting every time I post.

our records show...
Show Image


oops!

Lol...ripster was just kidding. We're friends now!

See my subforum for more info =)

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #85 on: Sun, 11 March 2012, 17:04:34 »
Quote from: ripster;542621
science works.
Small 'S' now?

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
asasasas instead of assssss
« Reply #86 on: Sun, 11 March 2012, 17:13:27 »
Quote from: keyboardlover;542625
Lol...ripster was just kidding. We're friends now!

See my subforum for more info =)


What happens in subforum, stays in subforum.

Offline bpiphany

  • Posts: 1033
  • Location: Stockholm, Sweden
  • bpiph is a special type of crazy. //mkawa
asasasas instead of assssss
« Reply #87 on: Mon, 12 March 2012, 01:51:08 »
Quote from: Dox;542596
I'm using hasu's firmware so I can't say exactly what is the rate. I'll try to look at the code later to see if I can figure it out.

No access to an oscilloscope?

Offline Grendel

  • Posts: 462
  • Location: OR, USA
    • Firmware for Costar Replacement Controllers
Re: asasasas instead of assssss
« Reply #88 on: Tue, 27 May 2014, 02:08:15 »
[ack. accident, sorry.]
Currently using: RK-9000WH/GR, CMS QFXT w/ Ghost Squid
- I'm game !

Offline 0100010

  • Posts: 1127
  • Location: DFW, TX, US
  • Not Sure
Re: asasasas instead of assssss
« Reply #89 on: Tue, 27 May 2014, 11:21:42 »
Holy necro.

Now one had to ask what was one googling to bring up a thread on assssssssssssssssssss.
  Quoting me causes a posting error that you need to ignore.

Offline paicrai

  • Actually a Jane Austen novel
  • * Destiny Supporter
  • Posts: 470
  • Location: sun stuff
  • mindblank
Re: asasasas instead of assssss
« Reply #90 on: Tue, 27 May 2014, 12:17:43 »
If you time it right, repeating the pressed letters is possible.
asasasasasasasasasasasasas
dfdfdfdfdfdfdfdfdfdfdfdfdfdf
zxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzx
hjhjhjhjhjhjhjhjhjhjhjhjhjhjhjhj
klklklklklklklklklklklklklklklkl
It works every time on my QFR
THE FEMINIST ILLUMINATI

I will literally **** you raw paicrai, I hope you're legal by the time I meet you.
👌👀👌👀👌👀👌👀👌👀 good **** go౦ԁ ****👌 thats ✔ some good👌👌**** right👌👌th 👌 ere👌👌👌 right✔there ✔✔if i do ƽaү so my self 💯  i say so 💯  thats what im talking about right there right there (chorus: ʳᶦᵍʰᵗ ᵗʰᵉʳᵉ) mMMMMᎷМ💯 👌👌 👌НO0ОଠOOOOOОଠଠOoooᵒᵒᵒᵒᵒᵒᵒᵒᵒ👌 👌👌 👌 💯 👌 👀 👀 👀 👌👌Good ****

Offline esoomenona

  • Gnillort?
  • Posts: 5323
Re: asasasas instead of assssss
« Reply #91 on: Tue, 27 May 2014, 12:30:51 »
I can't get that to happen at all, and as far as I can remember typing on a Windows computer, that has never happened.

Offline Grendel

  • Posts: 462
  • Location: OR, USA
    • Firmware for Costar Replacement Controllers
Re: asasasas instead of assssss
« Reply #92 on: Tue, 27 May 2014, 16:03:32 »
Hah -- that seems to be it: if multiple keys become active at nearly the same time and are initially send in the same USB report they will repeat together. This means that the slower the scan rate of the key matrix and the USB poll rate, the easier this can be archived. I managed to do it once on this QFS w/ custom firmware and 500us scan interval/2ms poll rate.

fggfffffffffffffgffffffffffffffgfffffffffffgffffffffdfdfdfdfdfdfdfdfdfdffffffffffffffdddddddddddddddddddddfddddddddddddddf
« Last Edit: Tue, 27 May 2014, 16:05:36 by Grendel »
Currently using: RK-9000WH/GR, CMS QFXT w/ Ghost Squid
- I'm game !