[Keyboard] Remove unnecessary IS_COMMAND definitions from a couple of boards (#5269)

* Remove unnecessary IS_COMMAND definition from clueboard/66_hotswap/gen1

* Remove old-style IS_COMMAND definition comment from dozen0

* Use get_mods() instead of keyboard_report->mods in georgi
This commit is contained in:
Konstantin Đorđević 2019-03-19 22:33:44 +01:00 committed by Drashna Jaelre
parent 0072fdd799
commit 6a4884e3bd
3 changed files with 2 additions and 12 deletions

View file

@ -80,11 +80,6 @@
*/
//#define FORCE_NKRO
/* key combination for magic key command */
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
/*
* Feature disable options
* These options are also useful to firmware size reduction.