]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)
authorKonstantin Đorđević <vomindoraan@gmail.com>
Sun, 27 Jan 2019 08:28:40 +0000 (09:28 +0100)
committerDrashna Jaelre <drashna@live.com>
Sun, 27 Jan 2019 08:28:40 +0000 (00:28 -0800)
commit4d9b11af14fd83c1e6b556165d41ce005abb4a84
tree99b363853ad21f1d4e6a2ddf0af6f2407c363e96
parent53d86b2c579b5a5f3488b80f843c274977263ce8
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)
33 files changed:
docs/config_options.md
docs/feature_command.md
keyboards/clueboard/66/rev4/config.h
keyboards/converter/ibm_terminal/config.h
keyboards/converter/m0110_usb/config.h
keyboards/converter/palm_usb/config.h
keyboards/converter/sun_usb/config.h
keyboards/converter/xt_usb/config.h
keyboards/ergodone/config.h
keyboards/ergodox_ez/config.h
keyboards/ergodox_infinity/config.h
keyboards/ergodox_infinity/keymaps/halfkeyboard/config.h
keyboards/gergo/config.h
keyboards/handwired/dactyl/config.h
keyboards/handwired/frenchdev/config.h
keyboards/handwired/promethium/config.h
keyboards/massdrop/alt/keymaps/abishalom/keymap.c
keyboards/massdrop/alt/keymaps/default/keymap.c
keyboards/massdrop/alt/keymaps/mac/keymap.c
keyboards/massdrop/alt/keymaps/reywood/keymap.c
keyboards/massdrop/ctrl/keymaps/default/keymap.c
keyboards/massdrop/ctrl/keymaps/mac/keymap.c
keyboards/massdrop/ctrl/keymaps/responsive_pattern/keymap.c
keyboards/orthodox/keymaps/drashna/config.h
keyboards/orthodox/rev1/config.h
keyboards/orthodox/rev3/config.h
keyboards/orthodox/rev3_teensy/config.h
keyboards/whitefox/keymaps/konstantin/config.h
layouts/community/ergodox/win10_writers-block/config.h
quantum/template/avr/config.h
quantum/template/ps2avrgb/config.h
tmk_core/common/command.h
tmk_core/protocol/usb_hid/test/config.h