picoruby / prk_firmware

A keyboard firmware platform in PicoRuby
MIT License
573 stars 53 forks source link

Fast repeat mode-key #144

Closed yswallow closed 2 years ago

yswallow commented 2 years ago

When I set :LOWER_SPC as kbd.define_mode_key :LOWER_SPC, [:KC_SPC, :lower, 200, nil] and I push it 4 times in 1 second,

Now: Space is inputted 2 times

This branch: Space is inputted 4 times