Add car-off shutdown detection to LIN_to_IR firmware

This commit is contained in:
2026-05-25 15:40:27 +02:00
parent 77ff8b973b
commit 8d101b3162
3 changed files with 65 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[[protocols]]
name = "rc-rc6-mce"
protocol = "rc-6"
[protocols.scancodes]
0x800f041e = "KEY_UP"
0x800f041f = "KEY_DOWN"
0x800f0420 = "KEY_LEFT"
0x800f0421 = "KEY_RIGHT"
0x800f0422 = "KEY_OK"
0x800f0423 = "KEY_EXIT"
0x800f046f = "KEY_F12"