diff options
author | dakkar <dakkar@thenautilus.net> | 2023-02-10 12:45:24 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-02-10 12:45:24 +0000 |
commit | 433102f424c6a9d6d6a5fd771b0244c836bb48fa (patch) | |
tree | 5172740916b3852d2d26ac4911c032445a5debd0 /src/SW/usb-ir-toy-lirc/document.en.rest.txt | |
parent | replace twitter with fedi (diff) | |
download | thenautilus-433102f424c6a9d6d6a5fd771b0244c836bb48fa.tar.gz thenautilus-433102f424c6a9d6d6a5fd771b0244c836bb48fa.tar.bz2 thenautilus-433102f424c6a9d6d6a5fd771b0244c836bb48fa.zip |
update most links
https, re-point some dead ones
Diffstat (limited to 'src/SW/usb-ir-toy-lirc/document.en.rest.txt')
-rw-r--r-- | src/SW/usb-ir-toy-lirc/document.en.rest.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/SW/usb-ir-toy-lirc/document.en.rest.txt b/src/SW/usb-ir-toy-lirc/document.en.rest.txt index 37ce224..9c9afe7 100644 --- a/src/SW/usb-ir-toy-lirc/document.en.rest.txt +++ b/src/SW/usb-ir-toy-lirc/document.en.rest.txt @@ -13,7 +13,7 @@ horrible in-accessible website). Of course I want to control my PC with it! To do that, I needed a IR receiver and `LIRC -<http://www.lirc.org/>`_. Since I sometimes like being overly generic, +<https://www.lirc.org/>`_. Since I sometimes like being overly generic, I bought `Dangerous Prototypes <http://dangerousprototypes.com/>`_ `USB Infrared Toy <http://dangerousprototypes.com/docs/USB_Infrared_Toy>`_, which allows @@ -65,11 +65,11 @@ Patching LIRC LIRC can use the IR Toy in ``irman`` compatibility mode, but I needed full send capability, to program the sonic screwdriver. I found `a patch to add full support -<http://sourceforge.net/mailarchive/forum.php?thread_name=4ebf97df-17f8-48bb-ba65-32e4b9983ac4%40devleno&forum_name=lirc-list>`_, +<https://sourceforge.net/mailarchive/forum.php?thread_name=4ebf97df-17f8-48bb-ba65-32e4b9983ac4%40devleno&forum_name=lirc-list>`_, thanks to Peter Kooiman. If you're running Gentoo, you can add `my -overlay <http://www.thenautilus.net/cgit/gentoo-overlay/>`_ and +overlay <https://www.thenautilus.net/cgit/gentoo-overlay/>`_ and install `my patched LIRC -<http://www.thenautilus.net/cgit/gentoo-overlay/tree/app-misc/lirc/>`_. +<https://www.thenautilus.net/cgit/gentoo-overlay/tree/app-misc/lirc/>`_. Configuring LIRC ================ @@ -78,7 +78,7 @@ This may well be written down somewhere, but I had problems finding a useful guide, so I'll just show what I did: 1) get a full Philips RC-5 code list from `the LIRC remotes repository - <http://lirc.sourceforge.net/remotes/rc-5/>`_ + <https://lirc.sourceforge.net/remotes/rc-5/>`_ 2) assign, arbitrarily, the first 39 codes to the 13 gestures on 3 memory banks of the screwdriver:: @@ -107,7 +107,7 @@ sensible names for the 39 gestures. Using it ======== -Finally, I re-compiled `vlc <http://www.videolan.org/>`_ with LIRC +Finally, I re-compiled `vlc <https://www.videolan.org/>`_ with LIRC support, and wrote `a |lircrc| for vlc <lircrc>`_. With that, I can control ``vlc`` with my sonic screwdriver! |