Browse Source

Fix configure mode of RN-42

pull/1/head
tmk 10 years ago
parent
commit
01fa462e2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboard/hhkb_rn42/main.c

+ 1
- 1
keyboard/hhkb_rn42/main.c View File

@ -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);


Loading…
Cancel
Save