qmk_firmware/tmk_core/common
Konstantin Đorđević 4d9b11af14 Fix Command feature: use get_mods() instead of keyboard_report->mods ()
* Remove unnecessary IS_COMMAND definition in clueboard/66/rev4

* Replace keyboard_report->mods with get_mods() in IS_COMMAND definitions

* Update docs to use get_mods() instead of keyboard_report->mods

* Replace keyboard_report->mods with get_mods() in tmk_core/protocol/usb_hid/test

For some reason, this occurrence used KB_LSHIFT and KB_RSHIFT, which don't exist

* Replace keyboard_report->mods with get_mods() in Massdrop keyboards (as per @patrickmt)
2019-01-27 00:28:40 -08:00
..
arm_atsam
avr Fix RGBLIGHT_SLEEP function () 2019-01-25 17:11:49 -08:00
chibios
mbed
test
action_code.h
action_layer.c Add documentation and fix formating () 2019-01-17 09:04:35 -08:00
action_layer.h
action_macro.c
action_macro.h
action_tapping.c
action_tapping.h
action_util.c Fix oneshot_time wrong type () 2019-01-25 12:09:53 -08:00
action_util.h
action.c Add support for RETRO_TAPPING to LT(layer, kc) 2019-01-25 11:27:14 -08:00
action.h Add support for RETRO_TAPPING to LT(layer, kc) 2019-01-25 11:27:14 -08:00
backlight.c
backlight.h
bootloader.h
bootmagic.c
bootmagic.h
command.c
command.h Fix Command feature: use get_mods() instead of keyboard_report->mods () 2019-01-27 00:28:40 -08:00
debug.c
debug.h
eeconfig.c
eeconfig.h
eeprom.h
host_driver.h
host.c
host.h Tidy up IS_{,HOST_}LED_{ON,OFF} macros () 2019-01-20 20:16:36 -08:00
keyboard.c
keyboard.h Simplify split_common Code significantly () 2019-01-17 10:08:14 -08:00
keycode.h Add MOD_MASK_* macros to core code () 2019-01-25 13:02:38 -08:00
led.h
magic.c
magic.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
progmem.h
raw_hid.h
report.c
report.h
sendchar_null.c
sendchar_uart.c
sendchar.h
sleep_led.h
suspend.h
timer.h
uart.c
uart.h
util.c
util.h
virtser.h
wait.h