Rename HOST_* to PROTOCOL_* in protocol/*.mk
This commit is contained in:
parent
db024b6b18
commit
09bd1aef12
6 changed files with 15 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue