aboutsummaryrefslogtreecommitdiff
path: root/bin/models.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-03moved ATTINY and MODEL_NUMBER into $target/arch and $target/model,Selene ToyKeeper1-27/+35
and updated other scripts and files accordingly
2023-11-02reorganized project files (part 1)Selene ToyKeeper1-0/+0
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
2021-09-22added attiny type to the MODELS file, rewrote how MODELS file gets generatedSelene ToyKeeper1-0/+71
(because it's kind of important to know which MCU each light uses, and because this will be helpful later when the build system is rewritten)