#!/bin/sh # SPDX-License-Identifier: Apache-2.0 # Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius) cat </storage/.config/profile.d/020-gpios DEVICE_WIFI="0" DEVICE_PWM_MOTOR="pwmchip1" EOF . /storage/.config/profile.d/020-gpios # Enable PWM for rumble and turn rumble off during startup. echo 0 > /sys/class/pwm/${DEVICE_PWM_MOTOR}/export echo 1000000 > /sys/class/pwm/${DEVICE_PWM_MOTOR}/pwm0/period echo 1 > /sys/class/pwm/${DEVICE_PWM_MOTOR}/pwm0/enable echo 1000000 > /sys/class/pwm/${DEVICE_PWM_MOTOR}/pwm0/duty_cycle