瀏覽代碼

add some debugging doc, after i found out how to print debug messages

Pavlos Vinieratos 9 年之前
父節點
當前提交
6eb21d2680
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -152,7 +152,7 @@ This allows you to use the system and audio control key codes.
 
 `CONSOLE_ENABLE`
 
-TODO
+This allows you to print messages that can be read using `hid_listen`. Add this to your `Makefile`, and set it to `yes`. Then put `println`, `printf`, etc. in your keymap or anywhere in the `qmk` source. Finally, open `hid_listen` and enjoy looking at your printed messages.
 
 `COMMAND_ENABLE`