jlj-qmk/tmk_core/common
Didier Loiseau b7a81f0419 Fix #156: clear weak mods on every key press
- new macro_mods bit field for mods applied by macros
- weak_mods now only used for ACT_{L,R}MODS (i.e. LSFT, RSFT, LCTL etc.)
- clear the _weak_ mods on every key *pressed* such that LSFT etc.
  can no more interfere with the next key
2016-03-08 23:14:15 +01:00
..
avr Remove led_off() it is not used 2016-01-24 11:13:11 +01:00
mbed
action_code.h Fix parenthesis 2015-09-12 11:26:37 +09:00
action_layer.c
action_layer.h
action_macro.c Fix #156: clear weak mods on every key press 2016-03-08 23:14:15 +01:00
action_macro.h
action_tapping.c
action_tapping.h
action_util.c Fix #156: clear weak mods on every key press 2016-03-08 23:14:15 +01:00
action_util.h Fix #156: clear weak mods on every key press 2016-03-08 23:14:15 +01:00
action.c Fix #156: clear weak mods on every key press 2016-03-08 23:14:15 +01:00
action.h Revert "Make action_for_key a weak symbol" 2015-05-21 20:30:10 +09:00
backlight.c
backlight.h
bootloader.h
bootmagic.c
bootmagic.h
command.c core: Fix NKRO ifdef 2015-09-24 01:35:10 +09:00
command.h
debug.c
debug.h
eeconfig.h
host_driver.h
host.c
host.h
keyboard.c Add keyboard_setup() and matrix_setup() 2015-05-19 00:39:43 +09:00
keyboard.h Add keyboard_setup() and matrix_setup() 2015-05-19 00:39:43 +09:00
keycode.h Change to KC_BOOTLOADER(KC_BTLD) 2015-09-16 13:01:06 +09:00
keymap.c merging tmk 2015-10-27 12:42:30 -04:00
keymap.h
led.h usb_usb: Support locking key indicator LED 2015-07-15 15:13:15 +09:00
matrix.h merging tmk 2015-10-27 12:42:30 -04:00
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
progmem.h
report.h
sendchar_null.c
sendchar_uart.c
sendchar.h
sleep_led.c
sleep_led.h
suspend.h
timer.h
uart.c
uart.h
util.c
util.h
wait.h