Signed-off-by: Stacy Harper <contact@stacyharper.net>master
parent
f60ef805bc
commit
5741f0692c
3 changed files with 15 additions and 8 deletions
@ -1,3 +1,10 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
|
|
||||||
|
# Wileyfox Swift (wileyfox-crackling) |
||||||
|
|
||||||
export BATTERY_DEVICE="/sys/class/power_supply/pm8916-bms-vm" |
export BATTERY_DEVICE="/sys/class/power_supply/pm8916-bms-vm" |
||||||
|
|
||||||
|
export TOUCH_POINTER_ID="10" |
||||||
|
|
||||||
|
export ROTATION_GRAVITY="500" |
||||||
|
export ROTATION_THRESHOLD="60" |
||||||
|
Loading…
Reference in new issue