jlj-qmk/tmk_core/protocol
Konstantin Đorđević 4d9b11af14 Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)
* 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 Circular animation (#4796) 2019-01-25 16:04:21 -08:00
bluefruit
chibios
iwrap
lufa Always read two bytes from the endpoint if we have two bytes to read 2019-01-22 09:30:01 -08:00
mbed
midi
pjrc
usb_hid Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955) 2019-01-27 00:28:40 -08:00
vusb
adb.c
adb.h
arm_atsam.mk
bluefruit.mk
chibios.mk
ibm4704.c ibm4704_usb: Fix protocol handling 2015-05-19 00:39:44 +09:00
ibm4704.h
iwrap.mk
lufa.mk
m0110.c
m0110.h
midi.mk
news.c
news.h
next_kbd.c
next_kbd.h
pjrc.mk
ps2_busywait.c
ps2_interrupt.c
ps2_io_avr.c
ps2_io_mbed.c
ps2_io.h
ps2_mouse.c Add option to reverse PS2 mouse axes and scrolling 2017-10-10 07:20:17 -10:00
ps2_mouse.h
ps2_usart.c
ps2.h
serial_mouse_microsoft.c
serial_mouse_mousesystems.c
serial_mouse.h
serial_soft.c
serial_uart.c
serial.h
usb_descriptor.c
usb_descriptor.h
usb_hid.mk
vusb.mk
xt_interrupt.c
xt.h