Specified possible keypad backlight control

This commit is contained in:
Luxferre
2022-07-29 07:37:21 +03:00
parent 79b3693cfb
commit 9c78ab5193
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ function ESOPExtensions() {
})
//setup status port
vm.setReadHook(0x05, function() {
vm.setdev(0x05, 0xff) //emulate full brightness, full charge and charger plugged in
vm.setdev(0x05, 0xff) //emulate full brightness, backlit keypad, full charge and charger plugged in
})
}