Skip to content

Commit c61417c

Browse files
committed
Slight clarification to config menu
1 parent cbe8033 commit c61417c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

firmware/src/debug.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const char PROGMEM g_bootkeyboard_half[] = "Keyboard acts as 6KRO keyboard plus
5959
const char PROGMEM g_bootkeyboard_none[] = "Keyboard acts as extended NKRO keyboard with mouse and media keys.\n";
6060
const char PROGMEM g_vnumlock_yes[] = "Num lock will function independently of the system num lock.\n";
6161
const char PROGMEM g_vnumlock_no[] = "Num lock is linked to the system num lock.\n";
62-
const char PROGMEM g_dbstyle_yes[] = "Using alternate \"confirm\" debounce algorithm. (debounce time reset)\n";
63-
const char PROGMEM g_dbstyle_no[] = "Using default \"hair trigger\" debounce algorithm. (debounce time reset)\n";
62+
const char PROGMEM g_dbstyle_yes[] = "Using alternate \"confirm\" debounce algorithm and resetting debounce time.\n";
63+
const char PROGMEM g_dbstyle_no[] = "Using default \"hair trigger\" debounce algorithm and resetting debounce time.\n";
6464
const char PROGMEM g_event_print_1[] = "\n[";
6565
const char PROGMEM g_event_print_2[] = "] C-0x";
6666
const char PROGMEM g_event_print_3[] = " S-0x";

0 commit comments

Comments
 (0)