-
Notifications
You must be signed in to change notification settings - Fork 8
1.3: Debugging guide
Stanislav Markin edited this page Sep 7, 2024
·
3 revisions
// page_updated: 2024-08-25
// lib_version: 0.4.0
Preconditions:
- you need QMK version v0.22 or higher
- you must have
quantum/logging/print.h
file in QMK firmware
Instructions:
- Add
CONSOLE_ENABLE = yes
andCOMMAND_ENABLE = yes
torules.mk
- Add
#define SMTD_DEBUG_ENABLED
intoconfig.h
- (optional) Cretate
char* keycode_to_string_user(uint16_t keycode)
function for better readability - Compile and flash
- Run
qmk console -n -t
to see, what is going on