fleshing out skeleton (first incomplete pass)

This commit is contained in:
Shaun Inman 2023-02-02 08:37:48 -05:00
parent 34c9429158
commit 4d62432d45
24 changed files with 114 additions and 0 deletions

View file

@ -24,6 +24,11 @@ export CPU_SPEED_GAME=1296000
export CPU_SPEED_PERF=1488000 # improves binary launch times
export CPU_PATH=/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
AUTO_PATH=$USERDATA_PATH/auto.sh
if [ -f "$AUTO_PATH" ]; then
"$AUTO_PATH"
fi
cd $(dirname "$0")
keymon.elf & # &> /mnt/sdcard/keymon.txt &