diff --git a/keyboard/monarch/Makefile b/keyboard/monarch/Makefile index 820e69a3..e2624819 100644 --- a/keyboard/monarch/Makefile +++ b/keyboard/monarch/Makefile @@ -122,7 +122,6 @@ COMMAND_ENABLE = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA - # Optimize size but this may cause error "relocation truncated to fit" #EXTRALDFLAGS = -Wl,--relax diff --git a/keyboard/monarch/led.c b/keyboard/monarch/led.c index 3ff697b2..af081ff5 100644 --- a/keyboard/monarch/led.c +++ b/keyboard/monarch/led.c @@ -18,26 +18,27 @@ along with this program. If not, see . #include #include "stdint.h" #include "led.h" +#include "print.h" void led_set(uint8_t usb_led) { if (usb_led & (1<