logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: ac140e563c422787f846a0ff6d9ca211213a41a2
parent 57f89e5388f0f79e27d0e634c9d4621e5a9c214f
Author: Tocho Tochev <tochev@users.noreply.github.com>
Date:   Thu,  2 Jan 2025 11:45:26 +0000

Fix link to TMK magic commands (#24773)


Diffstat:

Mdocs/faq_debug.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/faq_debug.md b/docs/faq_debug.md @@ -129,7 +129,7 @@ needed for older distros. ## Can't Get Message on Console Check: - *hid_listen* finds your device. See above. -- Enable debug by pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard#magic-commands). +- Enable debug by pressing **Magic**+d. See [Magic Commands](https://github.com/tmk/tmk_keyboard/wiki#magic-commands-for-debug). - Set `debug_enable=true`. See [Debugging](#debugging) - Try using `print` function instead of debug print. See **common/print.h**. - Disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).