1
0
Fork 0

Clean host.h interface.

This commit is contained in:
tmk 2012-10-09 16:50:14 +09:00
parent 373ab0e719
commit 71ac82337f
6 changed files with 81 additions and 122 deletions

View file

@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key combination for command */
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KB_LSHIFT) | MOD_BIT(KB_RSHIFT)))
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
/* mouse keys */
#ifdef MOUSEKEY_ENABLE