logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: b01db684768d5ea00a24080670b65915aabfb4ee
parent c23e64f551cc561a6590ab0c193ca11a5cd24d3a
Author: QMK Bot <hello@qmk.fm>
Date:   Thu,  2 Jan 2025 11:45:59 +0000

Merge remote-tracking branch 'origin/master' into develop

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).