From 563d77d5fa13b421333f1dfa65ff2deb98b7c519 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Wed, 9 Feb 2022 11:33:36 +0100 Subject: [PATCH] brltty is now optional --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b68d181..e75dcc9 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ you're using other hardware, you might need to do some things differently. 6. Edit the newly generated .ino file, either in the Arduino IDE or in your own editor. 7. In the Arduino IDE, select the correct board (Arduino Nano) and processor (ATmega328P (Old Bootloader)). After that, flash your code to the Arduino and test it out. -8. On some Linux distributions, you'll need to [disable BRLTTY](https://unix.stackexchange.com/questions/670636/unable-to-use-usb-dongle-based-on-usb-serial-converter-chip) (Braille keyboard, shipped with QEMU, that takes over the serial adapter) -It might also be necessary to restart your PC after this step. +8. On some Linux distributions, you'll need to prevent BRLTTY from taking over the serial adapter because BRLTTY thinks it's a Braille keyboard. You can do this by uninstalling it (`pacman -R brltty`) or by [disabling it and then rebooting](https://unix.stackexchange.com/questions/670636/unable-to-use-usb-dongle-based-on-usb-serial-converter-chip). TODO insert picture here