Initial Refleks Lite hardware and firmware release

This commit is contained in:
2026-09-03 16:38:04 +03:00
commit 6e552c2ef1
146 changed files with 92135 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Operating-system files
Thumbs.db
Desktop.ini
.DS_Store
# Firmware build and IDE output
arcadestick_software/build/
arcadestick_software/Debug/
arcadestick_software/.metadata/
arcadestick_software/.project
arcadestick_software/.cproject
arcadestick_software/debug.log
arcadestick_software/*.launch
arcadestick_software/mx.scratch/
# Altium-generated history, logs, previews, and output directories
ArcadeStick_hardware/History/
ArcadeStick_hardware/Project Logs for ArcadeStick/
ArcadeStick_hardware/Project Outputs for ArcadeStick/
ArcadeStick_hardware/__Previews/
ArcadeStick_hardware/*.PrjPcbStructure
# Editor and temporary files
*.bak
*.tmp
*~