aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-02 17:16:25 -0600
committerSelene ToyKeeper2023-11-02 17:16:25 -0600
commit7cb4fe0944b839f28dfd96a88a772cd6a8b58019 (patch)
tree8d3b203f1650edc28b1f67e1589e3bc870b33fa6 /ui
parentadded LICENSE (GPLv3) (diff)
downloadanduril-7cb4fe0944b839f28dfd96a88a772cd6a8b58019.tar.gz
anduril-7cb4fe0944b839f28dfd96a88a772cd6a8b58019.tar.bz2
anduril-7cb4fe0944b839f28dfd96a88a772cd6a8b58019.zip
reorganized project files (part 1)
(just moved files, didn't change the contents yet, and nothing will work without updating #includes and build scripts and stuff)
Diffstat (limited to '')
-rw-r--r--ui/anduril/Makefile (renamed from spaghetti-monster/anduril/Makefile)0
-rw-r--r--ui/anduril/anduril.c (renamed from spaghetti-monster/anduril/anduril.c)0
-rw-r--r--ui/anduril/aux-leds.c (renamed from spaghetti-monster/anduril/aux-leds.c)0
-rw-r--r--ui/anduril/aux-leds.h (renamed from spaghetti-monster/anduril/aux-leds.h)0
-rw-r--r--ui/anduril/battcheck-mode-fsm.h (renamed from spaghetti-monster/anduril/battcheck-mode-fsm.h)0
-rw-r--r--ui/anduril/battcheck-mode.c (renamed from spaghetti-monster/anduril/battcheck-mode.c)0
-rw-r--r--ui/anduril/battcheck-mode.h (renamed from spaghetti-monster/anduril/battcheck-mode.h)0
-rw-r--r--ui/anduril/beacon-mode.c (renamed from spaghetti-monster/anduril/beacon-mode.c)0
-rw-r--r--ui/anduril/beacon-mode.h (renamed from spaghetti-monster/anduril/beacon-mode.h)0
-rw-r--r--ui/anduril/candle-mode.c (renamed from spaghetti-monster/anduril/candle-mode.c)0
-rw-r--r--ui/anduril/candle-mode.h (renamed from spaghetti-monster/anduril/candle-mode.h)0
-rw-r--r--ui/anduril/channel-modes.c (renamed from spaghetti-monster/anduril/channel-modes.c)0
-rw-r--r--ui/anduril/channel-modes.h (renamed from spaghetti-monster/anduril/channel-modes.h)0
-rw-r--r--ui/anduril/config-default.h (renamed from spaghetti-monster/anduril/config-default.h)0
-rw-r--r--ui/anduril/config-mode.c (renamed from spaghetti-monster/anduril/config-mode.c)0
-rw-r--r--ui/anduril/config-mode.h (renamed from spaghetti-monster/anduril/config-mode.h)0
-rw-r--r--ui/anduril/factory-reset-fsm.h (renamed from spaghetti-monster/anduril/factory-reset-fsm.h)0
-rw-r--r--ui/anduril/factory-reset.c (renamed from spaghetti-monster/anduril/factory-reset.c)0
-rw-r--r--ui/anduril/factory-reset.h (renamed from spaghetti-monster/anduril/factory-reset.h)0
-rw-r--r--ui/anduril/ff-strobe-modes.c (renamed from spaghetti-monster/anduril/ff-strobe-modes.c)0
-rw-r--r--ui/anduril/ff-strobe-modes.h (renamed from spaghetti-monster/anduril/ff-strobe-modes.h)0
-rw-r--r--ui/anduril/load-save-config-fsm.h (renamed from spaghetti-monster/anduril/load-save-config-fsm.h)0
-rw-r--r--ui/anduril/load-save-config.c (renamed from spaghetti-monster/anduril/load-save-config.c)0
-rw-r--r--ui/anduril/load-save-config.h (renamed from spaghetti-monster/anduril/load-save-config.h)0
-rw-r--r--ui/anduril/lockout-mode-fsm.h (renamed from spaghetti-monster/anduril/lockout-mode-fsm.h)0
-rw-r--r--ui/anduril/lockout-mode.c (renamed from spaghetti-monster/anduril/lockout-mode.c)0
-rw-r--r--ui/anduril/lockout-mode.h (renamed from spaghetti-monster/anduril/lockout-mode.h)0
-rw-r--r--ui/anduril/misc.c (renamed from spaghetti-monster/anduril/misc.c)0
-rw-r--r--ui/anduril/misc.h (renamed from spaghetti-monster/anduril/misc.h)0
-rw-r--r--ui/anduril/momentary-mode.c (renamed from spaghetti-monster/anduril/momentary-mode.c)0
-rw-r--r--ui/anduril/momentary-mode.h (renamed from spaghetti-monster/anduril/momentary-mode.h)0
-rw-r--r--ui/anduril/off-mode.c (renamed from spaghetti-monster/anduril/off-mode.c)0
-rw-r--r--ui/anduril/off-mode.h (renamed from spaghetti-monster/anduril/off-mode.h)0
-rw-r--r--ui/anduril/ramp-mode-fsm.h (renamed from spaghetti-monster/anduril/ramp-mode-fsm.h)0
-rw-r--r--ui/anduril/ramp-mode.c (renamed from spaghetti-monster/anduril/ramp-mode.c)0
-rw-r--r--ui/anduril/ramp-mode.h (renamed from spaghetti-monster/anduril/ramp-mode.h)0
-rw-r--r--ui/anduril/smooth-steps.c (renamed from spaghetti-monster/anduril/smooth-steps.c)0
-rw-r--r--ui/anduril/smooth-steps.h (renamed from spaghetti-monster/anduril/smooth-steps.h)0
-rw-r--r--ui/anduril/sos-mode.c (renamed from spaghetti-monster/anduril/sos-mode.c)0
-rw-r--r--ui/anduril/sos-mode.h (renamed from spaghetti-monster/anduril/sos-mode.h)0
-rw-r--r--ui/anduril/strobe-modes-fsm.h (renamed from spaghetti-monster/anduril/strobe-modes-fsm.h)0
-rw-r--r--ui/anduril/strobe-modes.c (renamed from spaghetti-monster/anduril/strobe-modes.c)0
-rw-r--r--ui/anduril/strobe-modes.h (renamed from spaghetti-monster/anduril/strobe-modes.h)0
-rw-r--r--ui/anduril/sunset-timer.c (renamed from spaghetti-monster/anduril/sunset-timer.c)0
-rw-r--r--ui/anduril/sunset-timer.h (renamed from spaghetti-monster/anduril/sunset-timer.h)0
-rw-r--r--ui/anduril/tactical-mode.c (renamed from spaghetti-monster/anduril/tactical-mode.c)0
-rw-r--r--ui/anduril/tactical-mode.h (renamed from spaghetti-monster/anduril/tactical-mode.h)0
-rw-r--r--ui/anduril/tempcheck-mode.c (renamed from spaghetti-monster/anduril/tempcheck-mode.c)0
-rw-r--r--ui/anduril/tempcheck-mode.h (renamed from spaghetti-monster/anduril/tempcheck-mode.h)0
-rw-r--r--ui/anduril/tint-ramping.c (renamed from spaghetti-monster/anduril/tint-ramping.c)0
-rw-r--r--ui/anduril/tint-ramping.h (renamed from spaghetti-monster/anduril/tint-ramping.h)0
-rw-r--r--ui/anduril/version-check-mode.c (renamed from spaghetti-monster/anduril/version-check-mode.c)0
-rw-r--r--ui/anduril/version-check-mode.h (renamed from spaghetti-monster/anduril/version-check-mode.h)0
-rw-r--r--ui/anduril/version.h (renamed from spaghetti-monster/anduril/version.h)0
-rw-r--r--ui/baton/baton.c (renamed from spaghetti-monster/baton/baton.c)0
-rw-r--r--ui/baton/baton.txt (renamed from spaghetti-monster/baton/baton.txt)0
-rw-r--r--ui/darkhorse/darkhorse.c (renamed from spaghetti-monster/darkhorse/darkhorse.c)0
-rw-r--r--ui/fireflies-ui/Makefile (renamed from spaghetti-monster/fireflies-ui/Makefile)0
-rwxr-xr-xui/fireflies-ui/build-all.sh (renamed from spaghetti-monster/fireflies-ui/build-all.sh)0
-rw-r--r--ui/fireflies-ui/cfg-ff-e01.h (renamed from spaghetti-monster/fireflies-ui/cfg-ff-e01.h)0
-rw-r--r--ui/fireflies-ui/cfg-ff-e07-2.h (renamed from spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h)0
-rw-r--r--ui/fireflies-ui/fireflies-ui.c (renamed from spaghetti-monster/fireflies-ui/fireflies-ui.c)0
-rw-r--r--ui/meteor/meteor.c (renamed from spaghetti-monster/meteor/meteor.c)0
-rw-r--r--ui/momentary/momentary.c (renamed from spaghetti-monster/momentary/momentary.c)0
-rw-r--r--ui/ramping-ui/ramping-ui.c (renamed from spaghetti-monster/ramping-ui/ramping-ui.c)0
-rw-r--r--ui/rampingios/Makefile (renamed from spaghetti-monster/rampingios/Makefile)0
-rwxr-xr-xui/rampingios/build-all.sh (renamed from spaghetti-monster/rampingios/build-all.sh)0
-rw-r--r--ui/rampingios/rampingios-v3.html (renamed from spaghetti-monster/rampingios/rampingios-v3.html)0
-rw-r--r--ui/rampingios/rampingios-v3.md (renamed from spaghetti-monster/rampingios/rampingios-v3.md)0
-rw-r--r--ui/rampingios/rampingios-v3.txt (renamed from spaghetti-monster/rampingios/rampingios-v3.txt)0
-rw-r--r--ui/rampingios/rampingiosv3-ui.png (renamed from spaghetti-monster/rampingios/rampingiosv3-ui.png)bin240749 -> 240749 bytes
-rw-r--r--ui/rampingios/rampingiosv3.c (renamed from spaghetti-monster/rampingios/rampingiosv3.c)0
-rw-r--r--ui/rampingios/rampingiosv3.svg (renamed from spaghetti-monster/rampingios/rampingiosv3.svg)0
-rw-r--r--ui/werner/Makefile (renamed from spaghetti-monster/werner/Makefile)0
-rw-r--r--ui/werner/README (renamed from spaghetti-monster/werner/README)0
-rwxr-xr-xui/werner/build-all.sh (renamed from spaghetti-monster/werner/build-all.sh)0
-rw-r--r--ui/werner/werner.c (renamed from spaghetti-monster/werner/werner.c)0
77 files changed, 0 insertions, 0 deletions
diff --git a/spaghetti-monster/anduril/Makefile b/ui/anduril/Makefile
index 332f0f3..332f0f3 100644
--- a/spaghetti-monster/anduril/Makefile
+++ b/ui/anduril/Makefile
diff --git a/spaghetti-monster/anduril/anduril.c b/ui/anduril/anduril.c
index e46eeaf..e46eeaf 100644
--- a/spaghetti-monster/anduril/anduril.c
+++ b/ui/anduril/anduril.c
diff --git a/spaghetti-monster/anduril/aux-leds.c b/ui/anduril/aux-leds.c
index af59aa6..af59aa6 100644
--- a/spaghetti-monster/anduril/aux-leds.c
+++ b/ui/anduril/aux-leds.c
diff --git a/spaghetti-monster/anduril/aux-leds.h b/ui/anduril/aux-leds.h
index fa97e6b..fa97e6b 100644
--- a/spaghetti-monster/anduril/aux-leds.h
+++ b/ui/anduril/aux-leds.h
diff --git a/spaghetti-monster/anduril/battcheck-mode-fsm.h b/ui/anduril/battcheck-mode-fsm.h
index 5f8e8ec..5f8e8ec 100644
--- a/spaghetti-monster/anduril/battcheck-mode-fsm.h
+++ b/ui/anduril/battcheck-mode-fsm.h
diff --git a/spaghetti-monster/anduril/battcheck-mode.c b/ui/anduril/battcheck-mode.c
index 462540e..462540e 100644
--- a/spaghetti-monster/anduril/battcheck-mode.c
+++ b/ui/anduril/battcheck-mode.c
diff --git a/spaghetti-monster/anduril/battcheck-mode.h b/ui/anduril/battcheck-mode.h
index b505b68..b505b68 100644
--- a/spaghetti-monster/anduril/battcheck-mode.h
+++ b/ui/anduril/battcheck-mode.h
diff --git a/spaghetti-monster/anduril/beacon-mode.c b/ui/anduril/beacon-mode.c
index 5aff508..5aff508 100644
--- a/spaghetti-monster/anduril/beacon-mode.c
+++ b/ui/anduril/beacon-mode.c
diff --git a/spaghetti-monster/anduril/beacon-mode.h b/ui/anduril/beacon-mode.h
index df047ad..df047ad 100644
--- a/spaghetti-monster/anduril/beacon-mode.h
+++ b/ui/anduril/beacon-mode.h
diff --git a/spaghetti-monster/anduril/candle-mode.c b/ui/anduril/candle-mode.c
index ab47c34..ab47c34 100644
--- a/spaghetti-monster/anduril/candle-mode.c
+++ b/ui/anduril/candle-mode.c
diff --git a/spaghetti-monster/anduril/candle-mode.h b/ui/anduril/candle-mode.h
index aab237d..aab237d 100644
--- a/spaghetti-monster/anduril/candle-mode.h
+++ b/ui/anduril/candle-mode.h
diff --git a/spaghetti-monster/anduril/channel-modes.c b/ui/anduril/channel-modes.c
index b2fc8d1..b2fc8d1 100644
--- a/spaghetti-monster/anduril/channel-modes.c
+++ b/ui/anduril/channel-modes.c
diff --git a/spaghetti-monster/anduril/channel-modes.h b/ui/anduril/channel-modes.h
index b51721d..b51721d 100644
--- a/spaghetti-monster/anduril/channel-modes.h
+++ b/ui/anduril/channel-modes.h
diff --git a/spaghetti-monster/anduril/config-default.h b/ui/anduril/config-default.h
index 899bc4a..899bc4a 100644
--- a/spaghetti-monster/anduril/config-default.h
+++ b/ui/anduril/config-default.h
diff --git a/spaghetti-monster/anduril/config-mode.c b/ui/anduril/config-mode.c
index 71b0d69..71b0d69 100644
--- a/spaghetti-monster/anduril/config-mode.c
+++ b/ui/anduril/config-mode.c
diff --git a/spaghetti-monster/anduril/config-mode.h b/ui/anduril/config-mode.h
index d4a7652..d4a7652 100644
--- a/spaghetti-monster/anduril/config-mode.h
+++ b/ui/anduril/config-mode.h
diff --git a/spaghetti-monster/anduril/factory-reset-fsm.h b/ui/anduril/factory-reset-fsm.h
index 3cb0875..3cb0875 100644
--- a/spaghetti-monster/anduril/factory-reset-fsm.h
+++ b/ui/anduril/factory-reset-fsm.h
diff --git a/spaghetti-monster/anduril/factory-reset.c b/ui/anduril/factory-reset.c
index f9fb472..f9fb472 100644
--- a/spaghetti-monster/anduril/factory-reset.c
+++ b/ui/anduril/factory-reset.c
diff --git a/spaghetti-monster/anduril/factory-reset.h b/ui/anduril/factory-reset.h
index 63c25cd..63c25cd 100644
--- a/spaghetti-monster/anduril/factory-reset.h
+++ b/ui/anduril/factory-reset.h
diff --git a/spaghetti-monster/anduril/ff-strobe-modes.c b/ui/anduril/ff-strobe-modes.c
index b7a7303..b7a7303 100644
--- a/spaghetti-monster/anduril/ff-strobe-modes.c
+++ b/ui/anduril/ff-strobe-modes.c
diff --git a/spaghetti-monster/anduril/ff-strobe-modes.h b/ui/anduril/ff-strobe-modes.h
index d7adfec..d7adfec 100644
--- a/spaghetti-monster/anduril/ff-strobe-modes.h
+++ b/ui/anduril/ff-strobe-modes.h
diff --git a/spaghetti-monster/anduril/load-save-config-fsm.h b/ui/anduril/load-save-config-fsm.h
index d189d3a..d189d3a 100644
--- a/spaghetti-monster/anduril/load-save-config-fsm.h
+++ b/ui/anduril/load-save-config-fsm.h
diff --git a/spaghetti-monster/anduril/load-save-config.c b/ui/anduril/load-save-config.c
index aa772e1..aa772e1 100644
--- a/spaghetti-monster/anduril/load-save-config.c
+++ b/ui/anduril/load-save-config.c
diff --git a/spaghetti-monster/anduril/load-save-config.h b/ui/anduril/load-save-config.h
index 514fcbb..514fcbb 100644
--- a/spaghetti-monster/anduril/load-save-config.h
+++ b/ui/anduril/load-save-config.h
diff --git a/spaghetti-monster/anduril/lockout-mode-fsm.h b/ui/anduril/lockout-mode-fsm.h
index ede251c..ede251c 100644
--- a/spaghetti-monster/anduril/lockout-mode-fsm.h
+++ b/ui/anduril/lockout-mode-fsm.h
diff --git a/spaghetti-monster/anduril/lockout-mode.c b/ui/anduril/lockout-mode.c
index 422d081..422d081 100644
--- a/spaghetti-monster/anduril/lockout-mode.c
+++ b/ui/anduril/lockout-mode.c
diff --git a/spaghetti-monster/anduril/lockout-mode.h b/ui/anduril/lockout-mode.h
index c2703a0..c2703a0 100644
--- a/spaghetti-monster/anduril/lockout-mode.h
+++ b/ui/anduril/lockout-mode.h
diff --git a/spaghetti-monster/anduril/misc.c b/ui/anduril/misc.c
index 1b92d6f..1b92d6f 100644
--- a/spaghetti-monster/anduril/misc.c
+++ b/ui/anduril/misc.c
diff --git a/spaghetti-monster/anduril/misc.h b/ui/anduril/misc.h
index 0f2992a..0f2992a 100644
--- a/spaghetti-monster/anduril/misc.h
+++ b/ui/anduril/misc.h
diff --git a/spaghetti-monster/anduril/momentary-mode.c b/ui/anduril/momentary-mode.c
index a765142..a765142 100644
--- a/spaghetti-monster/anduril/momentary-mode.c
+++ b/ui/anduril/momentary-mode.c
diff --git a/spaghetti-monster/anduril/momentary-mode.h b/ui/anduril/momentary-mode.h
index d774801..d774801 100644
--- a/spaghetti-monster/anduril/momentary-mode.h
+++ b/ui/anduril/momentary-mode.h
diff --git a/spaghetti-monster/anduril/off-mode.c b/ui/anduril/off-mode.c
index 0a381b7..0a381b7 100644
--- a/spaghetti-monster/anduril/off-mode.c
+++ b/ui/anduril/off-mode.c
diff --git a/spaghetti-monster/anduril/off-mode.h b/ui/anduril/off-mode.h
index d07fff1..d07fff1 100644
--- a/spaghetti-monster/anduril/off-mode.h
+++ b/ui/anduril/off-mode.h
diff --git a/spaghetti-monster/anduril/ramp-mode-fsm.h b/ui/anduril/ramp-mode-fsm.h
index edfd6db..edfd6db 100644
--- a/spaghetti-monster/anduril/ramp-mode-fsm.h
+++ b/ui/anduril/ramp-mode-fsm.h
diff --git a/spaghetti-monster/anduril/ramp-mode.c b/ui/anduril/ramp-mode.c
index 4611b4f..4611b4f 100644
--- a/spaghetti-monster/anduril/ramp-mode.c
+++ b/ui/anduril/ramp-mode.c
diff --git a/spaghetti-monster/anduril/ramp-mode.h b/ui/anduril/ramp-mode.h
index 59c8db0..59c8db0 100644
--- a/spaghetti-monster/anduril/ramp-mode.h
+++ b/ui/anduril/ramp-mode.h
diff --git a/spaghetti-monster/anduril/smooth-steps.c b/ui/anduril/smooth-steps.c
index 9631e41..9631e41 100644
--- a/spaghetti-monster/anduril/smooth-steps.c
+++ b/ui/anduril/smooth-steps.c
diff --git a/spaghetti-monster/anduril/smooth-steps.h b/ui/anduril/smooth-steps.h
index a553af2..a553af2 100644
--- a/spaghetti-monster/anduril/smooth-steps.h
+++ b/ui/anduril/smooth-steps.h
diff --git a/spaghetti-monster/anduril/sos-mode.c b/ui/anduril/sos-mode.c
index 2a4e97c..2a4e97c 100644
--- a/spaghetti-monster/anduril/sos-mode.c
+++ b/ui/anduril/sos-mode.c
diff --git a/spaghetti-monster/anduril/sos-mode.h b/ui/anduril/sos-mode.h
index 5af61be..5af61be 100644
--- a/spaghetti-monster/anduril/sos-mode.h
+++ b/ui/anduril/sos-mode.h
diff --git a/spaghetti-monster/anduril/strobe-modes-fsm.h b/ui/anduril/strobe-modes-fsm.h
index 4d948ed..4d948ed 100644
--- a/spaghetti-monster/anduril/strobe-modes-fsm.h
+++ b/ui/anduril/strobe-modes-fsm.h
diff --git a/spaghetti-monster/anduril/strobe-modes.c b/ui/anduril/strobe-modes.c
index ad17964..ad17964 100644
--- a/spaghetti-monster/anduril/strobe-modes.c
+++ b/ui/anduril/strobe-modes.c
diff --git a/spaghetti-monster/anduril/strobe-modes.h b/ui/anduril/strobe-modes.h
index 7dc1df4..7dc1df4 100644
--- a/spaghetti-monster/anduril/strobe-modes.h
+++ b/ui/anduril/strobe-modes.h
diff --git a/spaghetti-monster/anduril/sunset-timer.c b/ui/anduril/sunset-timer.c
index e4fc512..e4fc512 100644
--- a/spaghetti-monster/anduril/sunset-timer.c
+++ b/ui/anduril/sunset-timer.c
diff --git a/spaghetti-monster/anduril/sunset-timer.h b/ui/anduril/sunset-timer.h
index 963804e..963804e 100644
--- a/spaghetti-monster/anduril/sunset-timer.h
+++ b/ui/anduril/sunset-timer.h
diff --git a/spaghetti-monster/anduril/tactical-mode.c b/ui/anduril/tactical-mode.c
index 0035496..0035496 100644
--- a/spaghetti-monster/anduril/tactical-mode.c
+++ b/ui/anduril/tactical-mode.c
diff --git a/spaghetti-monster/anduril/tactical-mode.h b/ui/anduril/tactical-mode.h
index 528a796..528a796 100644
--- a/spaghetti-monster/anduril/tactical-mode.h
+++ b/ui/anduril/tactical-mode.h
diff --git a/spaghetti-monster/anduril/tempcheck-mode.c b/ui/anduril/tempcheck-mode.c
index 5d160bd..5d160bd 100644
--- a/spaghetti-monster/anduril/tempcheck-mode.c
+++ b/ui/anduril/tempcheck-mode.c
diff --git a/spaghetti-monster/anduril/tempcheck-mode.h b/ui/anduril/tempcheck-mode.h
index 15dd03e..15dd03e 100644
--- a/spaghetti-monster/anduril/tempcheck-mode.h
+++ b/ui/anduril/tempcheck-mode.h
diff --git a/spaghetti-monster/anduril/tint-ramping.c b/ui/anduril/tint-ramping.c
index 9418113..9418113 100644
--- a/spaghetti-monster/anduril/tint-ramping.c
+++ b/ui/anduril/tint-ramping.c
diff --git a/spaghetti-monster/anduril/tint-ramping.h b/ui/anduril/tint-ramping.h
index 19b8dde..19b8dde 100644
--- a/spaghetti-monster/anduril/tint-ramping.h
+++ b/ui/anduril/tint-ramping.h
diff --git a/spaghetti-monster/anduril/version-check-mode.c b/ui/anduril/version-check-mode.c
index a47706f..a47706f 100644
--- a/spaghetti-monster/anduril/version-check-mode.c
+++ b/ui/anduril/version-check-mode.c
diff --git a/spaghetti-monster/anduril/version-check-mode.h b/ui/anduril/version-check-mode.h
index 72bad3f..72bad3f 100644
--- a/spaghetti-monster/anduril/version-check-mode.h
+++ b/ui/anduril/version-check-mode.h
diff --git a/spaghetti-monster/anduril/version.h b/ui/anduril/version.h
index b548e13..b548e13 100644
--- a/spaghetti-monster/anduril/version.h
+++ b/ui/anduril/version.h
diff --git a/spaghetti-monster/baton/baton.c b/ui/baton/baton.c
index e672755..e672755 100644
--- a/spaghetti-monster/baton/baton.c
+++ b/ui/baton/baton.c
diff --git a/spaghetti-monster/baton/baton.txt b/ui/baton/baton.txt
index 2f0c22f..2f0c22f 100644
--- a/spaghetti-monster/baton/baton.txt
+++ b/ui/baton/baton.txt
diff --git a/spaghetti-monster/darkhorse/darkhorse.c b/ui/darkhorse/darkhorse.c
index aa37b92..aa37b92 100644
--- a/spaghetti-monster/darkhorse/darkhorse.c
+++ b/ui/darkhorse/darkhorse.c
diff --git a/spaghetti-monster/fireflies-ui/Makefile b/ui/fireflies-ui/Makefile
index 0b59898..0b59898 100644
--- a/spaghetti-monster/fireflies-ui/Makefile
+++ b/ui/fireflies-ui/Makefile
diff --git a/spaghetti-monster/fireflies-ui/build-all.sh b/ui/fireflies-ui/build-all.sh
index 81ebd97..81ebd97 100755
--- a/spaghetti-monster/fireflies-ui/build-all.sh
+++ b/ui/fireflies-ui/build-all.sh
diff --git a/spaghetti-monster/fireflies-ui/cfg-ff-e01.h b/ui/fireflies-ui/cfg-ff-e01.h
index 42c23b2..42c23b2 100644
--- a/spaghetti-monster/fireflies-ui/cfg-ff-e01.h
+++ b/ui/fireflies-ui/cfg-ff-e01.h
diff --git a/spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h b/ui/fireflies-ui/cfg-ff-e07-2.h
index 48f9c15..48f9c15 100644
--- a/spaghetti-monster/fireflies-ui/cfg-ff-e07-2.h
+++ b/ui/fireflies-ui/cfg-ff-e07-2.h
diff --git a/spaghetti-monster/fireflies-ui/fireflies-ui.c b/ui/fireflies-ui/fireflies-ui.c
index 34f8293..34f8293 100644
--- a/spaghetti-monster/fireflies-ui/fireflies-ui.c
+++ b/ui/fireflies-ui/fireflies-ui.c
diff --git a/spaghetti-monster/meteor/meteor.c b/ui/meteor/meteor.c
index 9c1c000..9c1c000 100644
--- a/spaghetti-monster/meteor/meteor.c
+++ b/ui/meteor/meteor.c
diff --git a/spaghetti-monster/momentary/momentary.c b/ui/momentary/momentary.c
index c7a8cf1..c7a8cf1 100644
--- a/spaghetti-monster/momentary/momentary.c
+++ b/ui/momentary/momentary.c
diff --git a/spaghetti-monster/ramping-ui/ramping-ui.c b/ui/ramping-ui/ramping-ui.c
index 583498a..583498a 100644
--- a/spaghetti-monster/ramping-ui/ramping-ui.c
+++ b/ui/ramping-ui/ramping-ui.c
diff --git a/spaghetti-monster/rampingios/Makefile b/ui/rampingios/Makefile
index 8db198e..8db198e 100644
--- a/spaghetti-monster/rampingios/Makefile
+++ b/ui/rampingios/Makefile
diff --git a/spaghetti-monster/rampingios/build-all.sh b/ui/rampingios/build-all.sh
index 106dc15..106dc15 100755
--- a/spaghetti-monster/rampingios/build-all.sh
+++ b/ui/rampingios/build-all.sh
diff --git a/spaghetti-monster/rampingios/rampingios-v3.html b/ui/rampingios/rampingios-v3.html
index f72d1ec..f72d1ec 100644
--- a/spaghetti-monster/rampingios/rampingios-v3.html
+++ b/ui/rampingios/rampingios-v3.html
diff --git a/spaghetti-monster/rampingios/rampingios-v3.md b/ui/rampingios/rampingios-v3.md
index bc0e2b7..bc0e2b7 100644
--- a/spaghetti-monster/rampingios/rampingios-v3.md
+++ b/ui/rampingios/rampingios-v3.md
diff --git a/spaghetti-monster/rampingios/rampingios-v3.txt b/ui/rampingios/rampingios-v3.txt
index 4598a76..4598a76 100644
--- a/spaghetti-monster/rampingios/rampingios-v3.txt
+++ b/ui/rampingios/rampingios-v3.txt
diff --git a/spaghetti-monster/rampingios/rampingiosv3-ui.png b/ui/rampingios/rampingiosv3-ui.png
index d02dbf6..d02dbf6 100644
--- a/spaghetti-monster/rampingios/rampingiosv3-ui.png
+++ b/ui/rampingios/rampingiosv3-ui.png
Binary files differ
diff --git a/spaghetti-monster/rampingios/rampingiosv3.c b/ui/rampingios/rampingiosv3.c
index e990a5a..e990a5a 100644
--- a/spaghetti-monster/rampingios/rampingiosv3.c
+++ b/ui/rampingios/rampingiosv3.c
diff --git a/spaghetti-monster/rampingios/rampingiosv3.svg b/ui/rampingios/rampingiosv3.svg
index bc9e6b3..bc9e6b3 100644
--- a/spaghetti-monster/rampingios/rampingiosv3.svg
+++ b/ui/rampingios/rampingiosv3.svg
diff --git a/spaghetti-monster/werner/Makefile b/ui/werner/Makefile
index 21d85f7..21d85f7 100644
--- a/spaghetti-monster/werner/Makefile
+++ b/ui/werner/Makefile
diff --git a/spaghetti-monster/werner/README b/ui/werner/README
index 5fe392d..5fe392d 100644
--- a/spaghetti-monster/werner/README
+++ b/ui/werner/README
diff --git a/spaghetti-monster/werner/build-all.sh b/ui/werner/build-all.sh
index b114101..b114101 100755
--- a/spaghetti-monster/werner/build-all.sh
+++ b/ui/werner/build-all.sh
diff --git a/spaghetti-monster/werner/werner.c b/ui/werner/werner.c
index f3241ee..f3241ee 100644
--- a/spaghetti-monster/werner/werner.c
+++ b/ui/werner/werner.c