summaryrefslogtreecommitdiff
path: root/common/report.h
diff options
context:
space:
mode:
authortmk2013-03-11 00:14:58 +0900
committertmk2013-03-11 00:14:58 +0900
commit09bd1aef12e42b44f90b8275ae95b578294957c0 (patch)
treeddf33c9c2e269beafcb67930d026626aa2ed6563 /common/report.h
parentdb024b6b1803eb752070422e7240b1ffe52d39f6 (diff)
Rename HOST_* to PROTOCOL_* in protocol/*.mk
Diffstat (limited to 'common/report.h')
-rw-r--r--common/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/report.h b/common/report.h
index 0995189b3..480102768 100644
--- a/common/report.h
+++ b/common/report.h
@@ -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