Rename HOST_* to PROTOCOL_* in protocol/*.mk

This commit is contained in:
tmk
2013-03-11 00:14:58 +09:00
parent db024b6b18
commit 09bd1aef12
6 changed files with 15 additions and 18 deletions

View File

@ -71,7 +71,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key report size(NKRO or boot mode) */
#if defined(HOST_PJRC)
#if defined(PROTOCOL_PJRC)
# include "usb.h"
# if defined(KBD2_REPORT_KEYS) && KBD2_REPORT_KEYS > KBD_REPORT_KEYS
# define REPORT_KEYS KBD2_REPORT_KEYS