sekigon-gonnoc / qmk_firmware

keyboard controller firmware for Atmel AVR and ARM USB families
http://qmk.fm
GNU General Public License v2.0
202 stars 82 forks source link

is Debug working well at rp2040? #51

Open YCF opened 2 years ago

YCF commented 2 years ago

I'm trying to debyg the rp2040's adc,I got nothing at qmk toolbox.

CONSOLE_ENABLE = yes

keymap.c

include "print.h"

void keyboard_post_init_user(void) { print("hello from debug"); }

If the qmk debug not work,how can i debug it.