qmk-vial/tmk_core/common
fredizzimo 9e8767917d
Fix pressing two keys with the same keycode but different modifiers (#2710)
* Fix extra keyboard report during test_fixture teardown

* Add tests for pressing two keys with only different modifers

* Fix #1708

When two keys that use the same keycode, but different modifiers were
pressed at the same time, the second keypress wasn't registered. This is
fixed by forcing a key release when we detect a new press for the same
keycode.

* Fix the NKRO version of is_key_pressed

* Fix uninitalized loop variable

Co-authored-by: Jack Humbert <jack.humb@gmail.com>
2020-03-13 14:09:38 -04:00
..
arm_atsam
avr Refactor rgblight_reconfig.h (#7773) 2020-03-10 01:46:03 -07:00
chibios Refactor rgblight_reconfig.h (#7773) 2020-03-10 01:46:03 -07:00
test
action.c Fix pressing two keys with the same keycode but different modifiers (#2710) 2020-03-13 14:09:38 -04:00
action.h
action_code.h 2020 February 29 Breaking Changes Update (#8064) 2020-02-29 11:59:30 -08:00
action_layer.c Fix layer debug calls (#8370) 2020-03-10 20:23:26 +11:00
action_layer.h
action_macro.c
action_macro.h
action_tapping.c format code according to conventions [skip ci] 2020-02-25 18:57:18 +00:00
action_tapping.h
action_util.c
action_util.h
bootloader.h
bootmagic.c
bootmagic.h
command.c 2020 February 29 Breaking Changes Update (#8064) 2020-02-29 11:59:30 -08:00
command.h
debug.c
debug.h
eeconfig.c
eeconfig.h
eeprom.h
host.c
host.h
host_driver.h
keyboard.c Refactor rgblight_reconfig.h (#7773) 2020-03-10 01:46:03 -07:00
keyboard.h
keycode.h
led.h
magic.c
magic.h
matrix.h Allow 30us matrix delay to be keyboard/user overridable (#8216) 2020-02-21 14:49:33 +11:00
mousekey.c format code according to conventions [skip ci] 2020-03-13 17:24:38 +00:00
mousekey.h Decouple mouse cursor and mouse wheel in accelerated mode (#6685) 2020-03-13 12:49:44 -04:00
nodebug.h
print.c
print.h
progmem.h Clean up includes for glcdfont headers (#7745) 2020-03-01 17:56:50 +11:00
raw_hid.h
report.c Fix pressing two keys with the same keycode but different modifiers (#2710) 2020-03-13 14:09:38 -04:00
report.h Fix pressing two keys with the same keycode but different modifiers (#2710) 2020-03-13 14:09:38 -04:00
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.h
suspend.h
timer.h 2020 February 29 Breaking Changes Update (#8064) 2020-02-29 11:59:30 -08:00
uart.c format code according to conventions [skip ci] 2020-03-06 13:28:11 +00:00
uart.h
util.c
util.h
virtser.h
wait.h