This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These are the XBox Series S remote codes sent by an LG Magic remote sent to an Xbox Series S and most likely also Xbox Series X. | |
These codes can be used with Tasmota or the Arduino library IRremoteESP8266 | |
Command: Irsend {"Protocol":"NEC","Bits":32,"Data":0x11BF40B} | |
Codes: | |
On/Off: 0x11BF40B | |
Right: 0x11B847B | |
Left: 0x11B04FB | |
Up: 0x11B7887 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input_driver = "udev" | |
input_device = "Wireless Controller" (for bluetooth) | |
= "Sony Computer Entertainment Wireless Controller" (for USB) | |
input_vendor_id = "1356" | |
input_product_id = "1476" | |
input_b_btn = "1" | |
input_y_btn = "0" | |
input_select_btn = "8" | |
input_start_btn = "9" | |
input_up_btn = "h0up" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Lmsensors configuration for MSI X370 SLI Plus | |
chip "nct6795-*" | |
label fan1 "Pump" | |
set fan1_min 0 | |
label fan2 "CPU Fan" | |
set fan2_min 255 | |
label fan3 "System 1 Fan" |