File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ const char PROGMEM g_bootkeyboard_half[] = "Keyboard acts as 6KRO keyboard plus
5959const char PROGMEM g_bootkeyboard_none [] = "Keyboard acts as extended NKRO keyboard with mouse and media keys.\n" ;
6060const char PROGMEM g_vnumlock_yes [] = "Num lock will function independently of the system num lock.\n" ;
6161const 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" ;
6464const char PROGMEM g_event_print_1 [] = "\n[" ;
6565const char PROGMEM g_event_print_2 [] = "] C-0x" ;
6666const char PROGMEM g_event_print_3 [] = " S-0x" ;
You can’t perform that action at this time.
0 commit comments