summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-05-14 17:23:36 +0200
committertmk <nobody@nowhere>2013-05-14 17:23:36 +0200
commitadbd15d5bdbd5f28657d0fa0ecdcf25768b4267d (patch)
tree7b61a470ac458fb367a13492870053f74b0c2926 /README.md
parent92b0674a7f7923f8efbe3bac1b5b8a410c5756cf (diff)
downloadqmk_firmware-adbd15d5bdbd5f28657d0fa0ecdcf25768b4267d.tar.gz
qmk_firmware-adbd15d5bdbd5f28657d0fa0ecdcf25768b4267d.tar.xz
Fix command.c and README
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 1 insertions, 24 deletions
diff --git a/README.md b/README.md
index ebd053674..f3cfacb47 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,6 @@ Following commands can be also executed with `Magic` + key. In console mode `Mag
x: toggle matrix debug
k: toggle keyboard debug
m: toggle mouse debug
- p: toggle print enable
v: print device version & info
t: print timer count
s: print status
@@ -202,29 +201,7 @@ Debuging
--------
Use PJRC's `hid_listen` to see debug messages. You can use the tool for debug even if firmware use LUFA stack.
-You will see output from firmware like this.
-
- r/c 01234567
- 00: 00000000
- 01: 00000000
- 02: 00000000
- 03: 00000000
- 04: 00000000
- 05: 00000000
- 06: 00000000
- 07: 00000000
-
- ---- action_exec: start -----
- EVENT: 0307u(22511)
- Tapping: Tap release(2)
- ACTION: ACT_LAYER[5:2C]
- LAYER_PRESSED: Tap: unregister_code
- TAPPING_KEY=0307u(22511):2
- processed: 0307u(22511):2
-
- Tapping: End(Timeout after releasing last tap): FFFFu(22715)
- TAPPING_KEY=0000u(0):0
-
+You can use xprintf() to display debug info on `hid_listen`, see `common/xprintf.h`.