mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
b1ceb4bb6a
* Fix state updates of one-shot locked modifiers Activating additional one-shot locked modifiers removed previously enabled locked modifiers from the state. `get_oneshot_locked_mods` returned zero when two or more one-shot locked modifiers were enabled and then one was disabled. * Do not delete one-shot locked modifiers on a one-shot layer toggle Non-locked one-shot modifiers are not removed so this behavior adds inconsistency. Also the one-shot locked modifiers state was reset without unregistering any modifiers. |
||
---|---|---|
.. | ||
audio | ||
backlight | ||
bootmagic | ||
debounce | ||
encoder/tests | ||
keymap_extras | ||
led_matrix | ||
logging | ||
painter | ||
process_keycode | ||
rgb_matrix | ||
rgblight | ||
sequencer | ||
split_common | ||
action.c | ||
action.h | ||
action_code.h | ||
action_layer.c | ||
action_layer.h | ||
action_tapping.c | ||
action_tapping.h | ||
action_util.c | ||
action_util.h | ||
bitwise.c | ||
bitwise.h | ||
color.c | ||
color.h | ||
command.c | ||
command.h | ||
config_common.h | ||
crc.c | ||
crc.h | ||
debounce.h | ||
deferred_exec.c | ||
deferred_exec.h | ||
digitizer.c | ||
digitizer.h | ||
dip_switch.c | ||
dip_switch.h | ||
dynamic_keymap.c | ||
dynamic_keymap.h | ||
dynamic_macro.h | ||
eeconfig.c | ||
eeconfig.h | ||
encoder.c | ||
encoder.h | ||
haptic.c | ||
haptic.h | ||
joystick.c | ||
joystick.h | ||
keyboard.c | ||
keyboard.h | ||
keycode.h | ||
keycode_config.c | ||
keycode_config.h | ||
keycode_legacy.h | ||
keymap.h | ||
keymap_common.c | ||
led.c | ||
led.h | ||
led_tables.c | ||
led_tables.h | ||
main.c | ||
matrix.c | ||
matrix.h | ||
matrix_common.c | ||
mousekey.c | ||
mousekey.h | ||
pointing_device.c | ||
pointing_device.h | ||
pointing_device_drivers.c | ||
programmable_button.c | ||
programmable_button.h | ||
quantum.c | ||
quantum.h | ||
quantum_keycodes.h | ||
quantum_keycodes_legacy.h | ||
raw_hid.h | ||
ring_buffer.h | ||
secure.c | ||
secure.h | ||
send_string.c | ||
send_string.h | ||
send_string_keycodes.h | ||
sync_timer.c | ||
sync_timer.h | ||
utf8.c | ||
utf8.h | ||
util.h | ||
variable_trace.c | ||
variable_trace.h | ||
velocikey.c | ||
velocikey.h | ||
via.c | ||
via.h | ||
via_ensure_keycode.h | ||
virtser.h | ||
wpm.c | ||
wpm.h |