]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/report.h
Rename HOST_* to PROTOCOL_* in protocol/*.mk
[tmk_firmware.git] / common / report.h
index 0995189b399087668dd3373ff50d85b39b5279ba..48010276874fb9b3e64ba2e18fdcc9d44d02e02e 100644 (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