#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2024 ArchR (https://github.com/archr-linux/Arch-R)

cat <<EOF >/storage/.config/profile.d/001-device_config
# Device Features
DEVICE_HAS_TOUCHSCREEN="true"
DEVICE_NO_MAC="true"
DEVICE_MANGOHUD_SUPPORT="true"
EOF
