From 9d2e1a0a9970bb55de9155396c9fa4e5180e13ac Mon Sep 17 00:00:00 2001 From: Fabien Fellay Date: Fri, 3 May 2024 00:49:39 +0200 Subject: [PATCH] Add some comments/hints regarding debug key process --- keyboards/keychron/q6_custom/q6_custom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/keychron/q6_custom/q6_custom.c b/keyboards/keychron/q6_custom/q6_custom.c index 9ecf01430253..128e9b1dded0 100644 --- a/keyboards/keychron/q6_custom/q6_custom.c +++ b/keyboards/keychron/q6_custom/q6_custom.c @@ -139,6 +139,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) { #ifndef NO_DEBUG // Manage EEPROM config for debug state case DB_TOGG: + // Replace and customize the process for the debug key (no post_process_record_kb possible for this particular key) if (record->event.pressed) { // On key press debug_enable ^= 1;