]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - common/command.c
Add consumer/system usage support.
[max/tmk_keyboard.git] / common / command.c
index e325a5d847e144c3ba1c6d384f1b17fbb04ac2b6..0020d8a17cc2c78d74d0726fb42b02d0aaab2f56 100644 (file)
@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #include "debug.h"
 #include "util.h"
 #include "timer.h"
-#include "layer.h"
+#include "keyboard.h"
 #include "matrix.h"
 #include "bootloader.h"
 #include "command.h"
@@ -138,6 +138,7 @@ static uint8_t command_common(void)
             }
             break;
         case KB_S:
+            print("host_keyboard_leds:"); phex(host_keyboard_leds()); print("\n");
 #ifdef HOST_PJRC
             print("UDCON: "); phex(UDCON); print("\n");
             print("UDIEN: "); phex(UDIEN); print("\n");