aboutsummaryrefslogtreecommitdiff
path: root/keyboard/hhkb_rn42
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-07-07 11:03:01 +0900
committertmk <nobody@nowhere>2014-07-30 14:38:26 +0900
commit01fa462e2c26c8dcd2db205faf3a3835b509ac95 (patch)
tree211f657c78619481c31f3b787383604491051f3a /keyboard/hhkb_rn42
parent1619d68cb289529d7e200747e9c9f5c7dd6a6506 (diff)
downloadqmk_firmware-01fa462e2c26c8dcd2db205faf3a3835b509ac95.tar.gz
qmk_firmware-01fa462e2c26c8dcd2db205faf3a3835b509ac95.zip
Fix configure mode of RN-42
Diffstat (limited to 'keyboard/hhkb_rn42')
-rw-r--r--keyboard/hhkb_rn42/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hhkb_rn42/main.c b/keyboard/hhkb_rn42/main.c
index b0097dfe0..a2c217a2d 100644
--- a/keyboard/hhkb_rn42/main.c
+++ b/keyboard/hhkb_rn42/main.c
@@ -121,7 +121,7 @@ int main(void)
121 } 121 }
122 122
123 /* Bluetooth mode when ready */ 123 /* Bluetooth mode when ready */
124 if (!force_usb) { 124 if (!config_mode && !force_usb) {
125 if (rn42_ready() && host_get_driver() != &rn42_driver) { 125 if (rn42_ready() && host_get_driver() != &rn42_driver) {
126 clear_keyboard(); 126 clear_keyboard();
127 host_set_driver(&rn42_driver); 127 host_set_driver(&rn42_driver);