A case for a Raspberry Pi 4 + SSD drive inspired by the classic Amiga 4000 look.
To get the led and the switch working in Raspbian, you need to change /boot/config.txt adding the following lines:
# HD led
dtoverlay=gpio-led,gpio=8,label=hdled,trigger=mmc1
# power indicator
gpio=4=op,dh
# start a system shutdown when the button is pressed
dtoverlay=gpio-shutdown
Connect the LEDs and the switch to the above mentioned GPIO pins.
BoM:
The author marked this model as their own original creation.