Explorar o código

Fix configure mode of RN-42

tmk %!s(int64=11) %!d(string=hai) anos
pai
achega
01fa462e2c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      keyboard/hhkb_rn42/main.c

+ 1 - 1
keyboard/hhkb_rn42/main.c

@@ -121,7 +121,7 @@ int main(void)
         }
 
         /* Bluetooth mode when ready */
-        if (!force_usb) {
+        if (!config_mode && !force_usb) {
             if (rn42_ready() && host_get_driver() != &rn42_driver) {
                 clear_keyboard();
                 host_set_driver(&rn42_driver);