#!/bin/bash # SPDX-License-Identifier: Apache-2.0 # Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius) cat </storage/.config/profile.d/001-deviceconfig # Device definition file for the Anbernic RG503 # Device Features DEVICE_FAKE_JACKSENSE=false DEVICE_VOLUMECTL=true DEVICE_POWER_LED=false DEVICE_PLAYBACK_PATH_SPK="SPK" DEVICE_PLAYBACK_PATH_HP="HP" #DEVICE_HEADPHONE_DEV="" DEVICE_BRIGHTNESS="153" UI_SERVICE="emustation.service" # Kernel Modules DEVICE_INTERNAL_WIFI=true DEVICE_WIFI_MODULE="8821cs" # GPIOS DEVICE_WIFI="0" #DEVICE_LED="" DEVICE_PWM_MOTOR="pwmchip1" #DEVICE_PWM_FAN="" #DEVICE_JACK="" # FREQ governors CPU_FREQ=("/sys/devices/system/cpu/cpufreq/policy0") GPU_FREQ="/sys/devices/platform/fde60000.gpu/devfreq/fde60000.gpu" DMC_FREQ="/sys/devices/platform/dmc/devfreq/dmc" # Volume Keys DEVICE_KEY_VOLUMEDOWN=114 DEVICE_KEY_VOLUMEUP=115 DEVICE_FUNC_KEYA_MODIFIER="BTN_SELECT" DEVICE_FUNC_KEYB_MODIFIER="BTN_MODE" EOF